RE: Reading Application Resource saved as UTF8 file and showing polish characters in browser

2008-06-10 Thread Raghuveer
Hi, Native2ascii has generated Unicode characters on polish windows system. But could not generate Unicode characters on Windows English Operating System. Thanks a lot to Lukasz and Laurie -Original Message- From: Laurie Harper [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 10, 2008 2:24

Re: Reading Application Resource saved as UTF8 file and showing polish characters in browser

2008-06-10 Thread Laurie Harper
The native2ascii tool should run the same anywhere. Make sure you specify both the input and the output encoding, and that the input encoding you specify really matches the encoding you've saved the properties file in. L. Raghuveer wrote: Hi, Native2ascii has generated Unicode characters on

Reading Application Resource saved as UTF8 file and showing polish characters in browser

2008-06-09 Thread Raghuveer
Is it possible in struts to configure the controller to read the application resource file which is saved as UTF8 format? It is possible to save the notepad file in UTF8 instead of ANSII. I am able to save a similar file and read by input stream reader in UTF8 and show the Polish characters

Re: Reading Application Resource saved as UTF8 file and showing polish characters in browser

2008-06-09 Thread Lukasz Lenart
Hi, 2008/6/9 Raghuveer [EMAIL PROTECTED]: Is it possible in struts to configure the controller to read the application resource file which is saved as UTF8 format? You can use filter from Spring filter filter-nameencodingFilter/filter-name

Re: Reading Application Resource saved as UTF8 file and showing polish characters in browser

2008-06-09 Thread Laurie Harper
Lukasz Lenart wrote: Hi, 2008/6/9 Raghuveer [EMAIL PROTECTED]: Is it possible in struts to configure the controller to read the application resource file which is saved as UTF8 format? You can use filter from Spring That wouldn't help, since it has nothing to do with resource file