Options on UTF-8 Localizations

2011-11-21 Thread Christian Grobmeier
Folks, I use the property files for localization. But well, property files are pretty limited as they can only do iso. I need UTF-8 urgently now, because I have chinese characters at hand. What are my options? I have that: struts.i18n.encoding=UTF-8 constant name=struts.i18n.encoding

Re: Options on UTF-8 Localizations

2011-11-21 Thread Martin Cooper
On Mon, Nov 21, 2011 at 10:20 AM, Christian Grobmeier grobme...@gmail.com wrote: Folks, I use the property files for localization. But well, property files are pretty limited as they can only do iso. I need UTF-8 urgently now, because I have chinese characters at hand. What are my options?

Re: Options on UTF-8 Localizations

2011-11-21 Thread Łukasz Lenart
You can enable native2ascii conversation on-the-fly with your IDE, it works very well in IntelliJ IDEA, go to Settings - File Encodings - select Transparent native-2-ascii conversion Regards -- Łukasz + 48 606 323 122 http://www.lenart.org.pl/ Warszawa JUG conference - Confitura

Re: Options on UTF-8 Localizations

2011-11-21 Thread Christian Grobmeier
Honestly, I was already glad to read Martins suggestion. But now I really don't know how I could survive so long without IntelliJ. You two guys have saved me tons of work, it all works excellent. Thanks! 2011/11/22 Łukasz Lenart lukasz.len...@googlemail.com: You can enable native2ascii