Re: contrib:Table and utf-8 characters

2006-05-30 Thread Rui Pacheco
"ISO-8859-1" worked for me. Thanks for the help! On 5/29/06, Mind Bridge <[EMAIL PROTECTED]> wrote: As mentioned in another email, you can specify the character set which your .property files use by placing the following in your .application: You may set the value to "UTF-8" or "ISO-8859-1"

Re: contrib:Table and utf-8 characters

2006-05-29 Thread Mind Bridge
As mentioned in another email, you can specify the character set which your .property files use by placing the following in your .application: You may set the value to "UTF-8" or "ISO-8859-1" or something like that. (I presume you use T4) -mb

Re: contrib:Table and utf-8 characters

2006-05-29 Thread Tian-Jian \"Barabbas\" [EMAIL PROTECTED]
Hi, There are something you may want to try: Tell your servlet engine to use fileEncoding=UTF-8, or just pass -DfileEncoding=UTF-8 to the JVM. Also remember to include the following line in your .application: where the "xx" and "YY" are corresponding to your locale. Good luck. Mik

Re: contrib:Table and utf-8 characters

2006-05-29 Thread Rui Pacheco
Hmmm, it doesn't work. The whole page is rendered correctly, but no matter what characters I use on the properties file they always show up garbled. On 5/29/06, Schulte Marcus <[EMAIL PROTECTED]> wrote: I think .properties files are always iso-latin-8. Try that encoding, I think it should be fi

RE: contrib:Table and utf-8 characters

2006-05-29 Thread Schulte Marcus
I think .properties files are always iso-latin-8. Try that encoding, I think it should be fine for all west-european characters (I'm using german & french successfully) You can however use explicit unicode ordinals like this: \u20AC (the Euro-character) > -Original Message- > From: Rui P