You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by Mario Ivankovits <ma...@ops.co.at> on 2005/04/07 07:41:33 UTC

Re: Is there an Apache or java standard for expressing non-English String literals

Steve Cohen wrote:

> Mr. Praks is correctly pointing out that my test code (and other 
> source code) depends sometimes on typing string literals in languages 
> other than English.  What is the CORRECT way to handle this in source 
> code, and what can I do to make editors such as Eclipse handle it 
> correctly?

Why not move to UTF-8?
Else you might have to use "Unicode Escapes". Take a look at: 
http://java.sun.com/docs/books/jls/second_edition/html/lexical.doc.html

---
Mario


---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org