Multiple Languages - totally new to this ;-)

Discussion in 'Programming' started by 1of5k, May 1, 2007.

  1. #1
    I'm co-developing an app to be used in both English and Japanese. We left the Japanese for the very last ;-) [Perl/coldfusion/oracle8]

    I can successfully view the Japanese characters that were entered in the database ~ for example in an online "VIEW" .cfm page.

    But I am having some issues updating:

    I've built a form to add additional and modify existing information, but when it's displayed in a <textarea> it seems to give the key equivalent in English "hbp8" for 表面異常

    Can someone please provide some assistance?
     
    1of5k, May 1, 2007 IP
    WillBMX likes this.
  2. WillBMX

    WillBMX Guest

    Messages:
    22
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    What browser are you using?

    Did you try this in more than one browser?
     
    WillBMX, May 1, 2007 IP
  3. 1of5k

    1of5k Guest

    Messages:
    4
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Yes I sure have, IE 6.0 and FireFox 1.0.4
     
    1of5k, May 1, 2007 IP
  4. WillBMX

    WillBMX Guest

    Messages:
    22
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Can you post a 'print-screen' image of what the page looks like?

    Just out of curiosity: Try it in Firefox 2.0.

    -----------------------------------------
    Could you also post some of the code that is supposed to display the information?
     
    WillBMX, May 2, 2007 IP
  5. 1of5k

    1of5k Guest

    Messages:
    4
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #5
    sure,



    [​IMG]
     
    1of5k, May 3, 2007 IP
  6. 1of5k

    1of5k Guest

    Messages:
    4
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #6
    [and here's my header information] ..if you're curious...

    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <HTML>

    <html xmlns="http://www.w3.org/1999/xhtml" lang="en-US" xml:lang="en-US">
    <HEAD>

    <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=utf-8">
    </HEAD>
     
    1of5k, May 3, 2007 IP