"Richard, Francois M" <[EMAIL PROTECTED]> wrote:
> Question: What is plain text in this ResourceBundle file ?
AFAIK, it's all ASCII, with characters outside the ASCII range being
escaped to their Unicode hex values "\uXXXX". For example, if you want to
set your currency, you might have (for the Euro):
CURRENCY = "\u20AC"
Brendan
- Plain text in Java ResourceBundle Richard, Francois M
- RE: Plain text in Java ResourceBundle Brendan Murray/DUB/Lotus
- RE: Plain text in Java ResourceBundle Richard, Francois M
- Re: Plain text in Java ResourceBundle David Gallardo
- Re: Plain text in Java ResourceBundle David Gallardo
- Re: Plain text in Java ResourceBundle John O'Conner

