Well , I don't know what's the proper way to configure my servlet container to read Big5 charscters.
 
But all my servlet / Tapestry apps seem working properly with big5 characters , except reading the Border_zh.properties file.
 
I am using Linux , Resin 2.1.4.
 
After using native2ascii , it works !
 
Although Border_zh.properties became unrecongnizable (ex: Home=\u56de\u5230\u9996\u9801 ) , it finally can show correct Chinese Big5 characters in the Browser (But the source code is still unicode encoded, that's OK).
 
But the native2ascii step seems burdensome, is there any way to skip it ?
 
----- Original Message -----
Sent: Monday, November 04, 2002 12:25 PM
Subject: Re: [Tapestry-developer] L10 bug ? Cannot correctly display Chinese Big5 chars in Border_zh.properties

It looks like that you didn't configure your servlet container to read Big5 characters. Another way is to convert your properties file using native2ascii -encoding Big5 Border_zh.properties

Reply via email to