Xiao -

The conversion that you're experiencing is a feature of Java, not a bug in
Jrun.  Java's char primitive uses a double-byte (unicode) representation and
fully supports Japanese, Chinese, and Korean characters.

Jrun relies on the internationalization settings of your system.  Take a
look at the javadocs for more info on how to alter the your character
encoding to support other character sets:

http://java.sun.com/products/jdk/1.2/docs/guide/internat/index.html

Cheers, Michael


> -----Original Message-----
> From: Hongming Xiao [mailto:[EMAIL PROTECTED]]
> Sent: Saturday, August 12, 2000 6:32 AM
> To: [EMAIL PROTECTED]
> Subject: JRun can not handle double-byte language correctly in JSP
> 
> 
> Hi, friend,
> 
> I found that JRun converts the character which value > 0x7F 
> to \u00xx. It 
> means if your JSP page contains Janpense/Chinese/Korean 
> characters, they 
> will be displayed incorrectly.
> 
> I also found that the J2EE lastest version has solved this 
> problem and I've 
> tested it.
> 
> Anybody can tell how to stop JRun do this kind of convertation?
> 
> Thanks.
> 
> ______________________________________________________________
> __________
> Get Your Private, Free E-mail from MSN Hotmail at 
> http://www.hotmail.com
> 
> --------------------------------------------------------------
> ----------------
> Archives: http://www.egroups.com/group/jrun-interest/
> Unsubscribe: 
> http://www.houseoffusion.com/index.cfm?sidebar=lists&body=list
> s/jrun_talk
> or send a message to [EMAIL PROTECTED] with 
> 'unsubscribe' in the body.
> 
------------------------------------------------------------------------------
Archives: http://www.egroups.com/group/jrun-interest/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/jrun_talk
or send a message to [EMAIL PROTECTED] with 'unsubscribe' in the 
body.

Reply via email to