Hi,
navin mca schrieb:
Wht should I do should I write a programe to convert from IS0-8859 to UTF-8
all those test?.
The application resources shouldn't be anything else than Latin-1.
Use a simple editor like Notepad and paste your UTF-8 stuff into that
file. Be sure to save it as UTF-8 encoded.
Then run the native2ascii-tool that comes with Java.
native2ascii --encoding=UTF8 input.txt output.properties
You will get a resource-file with encoded utf-characters. It will look
something like \u0934 or whatever. Those are your unicode characters.
That's it.
Cheers,
Philippe Schober
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]