On Samstag, 8. November 2008, lamino wrote: > String q = "secrétaire";
Does it help if you escape it like this: "secr\u00e9taire"? The java compiler might interpret non-ASCII chars differently, depending on the environment it runs in. Regards Daniel -- http://www.danielnaber.de --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]