RE: i18n Issue for Chinese Locale.

2005-11-18 Thread Balasubramaniam, Sezhiyan
weekend. Bala -Original Message- From: Balasubramaniam, Sezhiyan Sent: Friday, November 18, 2005 1:01 PM To: 'Struts Users Mailing List' Subject: i18n Issue for Chinese Locale. Hi, Jason suggested some fix and I tried. Still some where it is going wrong. Any other suggestions please,

i18n Issue for Chinese Locale.

2005-11-18 Thread Balasubramaniam, Sezhiyan
: Struts Users Mailing List Subject: Re: i18n Issue for Chinese Locale. Everything looks good. UTF-8 is fine for Chinese. You are getting 9 bytes as a result, which is what you should get for UTF-8 encoding, which is good. But it seems the browser isn't reading it as UTF-8 and just displayin

RE: i18n Issue for Chinese Locale.

2005-11-17 Thread Balasubramaniam, Sezhiyan
Issue for Chinese Locale. Everything looks good. UTF-8 is fine for Chinese. You are getting 9 bytes as a result, which is what you should get for UTF-8 encoding, which is good. But it seems the browser isn't reading it as UTF-8 and just displaying the bytes instead under the defaul

Re: i18n Issue for Chinese Locale.

2005-11-17 Thread Jason Lea
Everything looks good. UTF-8 is fine for Chinese. You are getting 9 bytes as a result, which is what you should get for UTF-8 encoding, which is good. But it seems the browser isn't reading it as UTF-8 and just displaying the bytes instead under the default ISO encoding. Try adding this

Re: i18n Issue for Chinese Locale.

2005-11-17 Thread Martin Gainty
UTF-8 doesnt support DBCS but UTF-16 does Good Luck, - Original Message - From: "Balasubramaniam, Sezhiyan" <[EMAIL PROTECTED]> To: Cc: <[EMAIL PROTECTED]> Sent: Thursday, November 17, 2005 2:52 PM Subject: i18n Issue for Chinese Locale. Hi, We use STRU

i18n Issue for Chinese Locale.

2005-11-17 Thread Balasubramaniam, Sezhiyan
Hi, We use STRUTS 1.0.2 in one of our extranet application and we need to support CHINESE locale as part of the scope. I used the following steps as Laurie pointed out in the earlier mail, but somehow the character set is getting corrupted and we are not getting the right result. Can Lauri