|
From: Tomas G. <to...@pr...> - 2003-08-29 13:15:55
|
Oki, it's added to the TODO-list. /Tomas > You mean cannot be plain us-ascii? \uXXXX escapes to the rescue? > http://java.sun.com/docs/books/jls/second_edition/html/lexical.doc.html#95504 > > There are far too many things that can go wrong with character encodings > even though Java is unicode :} Avoiding things that have "...using the > platform default charset..." in their docs, eg. String.getBytes() or > String(byte[]) without the charset argument is one step towards > happiness. |