Laurent Blume wrote:

But PropertyResourceBundle(Reader reader) doesn't seem to have the same limitation:

"Creates a property resource bundle from a Reader. Unlike the constructor PropertyResourceBundle(InputStream), there is no limitation as to the encoding of the input property file."

http://java.sun.com/javase/6/docs/api/java/util/PropertyResourceBundle.html#PropertyResourceBundle%28java.io.Reader%29
Can't that be used here?

We don't control how thge bundles are read - they are read by the framework we are using, and by the JSTL formatting library, so we have to use the Unicode escapes.

--
Alan Burlison
--
_______________________________________________
website-discuss mailing list
[email protected]

Reply via email to