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?
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?
[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>