Quote from sun java doc of java.util.Properties:

'When saving properties to a stream or loading them from a stream, the ISO 
8859-1 character encoding is used. 
For characters that cannot be directly represented in this encoding, Unicode 
escapes are used; 
however, only a single 'u' character is allowed in an escape sequence.
The native2ascii tool can be used to convert property files to and from other 
character encodings.'


Le Lundi 27 Juin 2005 15:20, Antony Paul a écrit :
> On 6/27/05, Jana Parvanova <[EMAIL PROTECTED]> wrote:
> > Readers deal with character data - while streams do not. Which is to say
> > that encoding (which is interpreting bytes) is not applicable to streams.
> 
> Then what the hell InputStream has to do with properties file ?. Do
> people store properties file as in binary file ?.
> 
> 

-- 
David Delbecq
Royal Meteorological Institute of Belgium

-
Is there life after /sbin/halt -p?

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to