RE: Encoding of ApplicationResources file

2004-08-05 Thread Václavík Radek
. Radek > -Original Message- > From: Jason Lea [mailto:[EMAIL PROTECTED] > Sent: Thursday, August 05, 2004 12:47 PM > To: Struts Users Mailing List > Subject: Re: Encoding of ApplicationResources file > > > Hi, > > You need to use native2ascii (program comes

Re: Encoding of ApplicationResources file

2004-08-05 Thread Jason Lea
Here is a link that might be useful: http://www.javaworld.com/javaworld/jw-05-2004/jw-0524-i18n.html Václavík Radek wrote: Hi, I am using resource files for internationalization of my web application. However, I am experiencing problems with character encoding. If I have some international chara

Re: Encoding of ApplicationResources file

2004-08-05 Thread Jason Lea
Hi, You need to use native2ascii (program comes with java sdk and is also an ant method) to convert the UTF-8 (or other formats) into the java property file format which use \u I normally refer people here also for some other tips: http://www.anassina.com/struts/i18n/i18n.html But it does

Encoding of ApplicationResources file

2004-08-05 Thread Václavík Radek
Hi, I am using resource files for internationalization of my web application. However, I am experiencing problems with character encoding. If I have some international characters (e.g. Czech) in the resource file, these do not display correctly in the generated page. I have the resource file enco