Re: Plain text in Java ResourceBundle

From: Brendan Murray/DUB/Lotus (Brendan_Murray@Lotus.com)
Date: Thu Feb 22 2001 - 06:07:04 EST


"Richard, Francois M" <Francois.M.Richard@usa.xerox.com> 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



This archive was generated by hypermail 2.1.2 : Tue Jul 10 2001 - 17:21:19 EDT