"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"
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
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
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
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