Roy, Ansuman ha scritto:
Hi,
I have a content management system that generates the application
resources.properties file. Now the value of many keys
are found to be of filled with  keys.
File .properties MUST have escape codes for special characters (i.e.
\uXXXX codes). This is the default behaviour when you save a
".properties" file directly from Properties.store. I suppose that you
don't use Properties at all...
Now you have two options:
a) use Properties in your code
b) use <jdk-dir>/bin/native2ascii utility by Sun.
I suggest, anyway, the first solution.
Ciao
Antonio
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]