Re: ApplicationResources polish

2008-01-08 Thread Thắng Hoàng
e get this ? > > > > > > My application should work in english and polish(Poland). > > > > > -- > > *From:* Th?ng Hoàng [mailto:[EMAIL PROTECTED] > *Sent:* Tuesday, January 08, 2008 3:00 PM > *To:* Struts Users Mailing L

RE: ApplicationResources polish

2008-01-08 Thread Raghuveer
To: Struts Users Mailing List; [EMAIL PROTECTED] Subject: Re: ApplicationResources polish Hello Raghuveer, Ilość is in unicode format. the ApplicationResources_pl file is not save with unicode format file, so when you save it will lost the right code. we use native2ascii.exe (in C:\Program

Re: ApplicationResources polish

2008-01-08 Thread Thắng Hoàng
Hello Raghuveer, Ilość is in unicode format. the ApplicationResources_pl file is not save with unicode format file, so when you save it will lost the right code. we use native2ascii.exe (in C:\Program Files\Java\jdk1.6.0_02\bin folder) to convert an unicode file to native file and use this file wi

ApplicationResources polish

2008-01-08 Thread Raghuveer
On saving the polish word quantity in polish language in Application resource files "ApplicationResources_pl" is changed. Actual word is changed on saving the property file. Special characters were lost on saving the file. Modified Word - Ilosc Actual Word - Ilość Is there any