what difficulty are you having, exactly?  Bear in mind that java (and
tapestry) use the default locale to determine the charset used to read
and write files if the Reader or Writer class does not explicitly have
new charset set before reading or writing begins.  So if your default
locale is using a charset that is not compatible with the charset in
your docs (utf-8?), then you'll have problems.  If you want java to
always use UTF-8 when reading and writing files, just place the
following in your JAVA_OPTS environment variable:

-Dfile.encoding=UTF-8

--sam


On 8/25/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
Hi

I have difficulties to make work Tacos with unicode strings. Any
suggestions?
Should i set some options somewhere or decode, encode strings with some
functions or ......

Please help needed


Best regards
gant




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



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

Reply via email to