Zamek,
I guess your problem is with the "special" character in your resource
bundle.
If it's true you have use the native2acii tool to convert this special
character to unicode.
If you are using maven you can do something like the following in one of
your targets:
<native2ascii src="${maven.src.dir}/java" dest="${maven.build.dest}"
includes="**/SAOLocalization_*.properties">
<mapper type="flatten" />
</native2ascii>
Hope this helps
----------------------------------------------------------------------------
Edgar Gonzalez Gonzalez
VALHALLA Project, s.a.
Chief Technology Officer
Web: www.valhallaproject.com <http://www.valhallaproject.com>
E-mail: [EMAIL PROTECTED]
Phone: +58-212-242.4379 / 6662 / 4055 / 6475
Fax: +58-212-242.6809
"The limits of my language mean the limits of my world."
Ludwig Wittgenstein
----------------------------------------------------------------------------
> -----Mensaje original-----
> De: Zamek [mailto:[EMAIL PROTECTED]
> Enviado el: viernes, 29 de agosto de 2003 07:54 a.m.
> Para: [EMAIL PROTECTED]
> Asunto: localization charset
>
>
> Hi All,
>
> I have a resource bundle for my application, which is iso8859-2 coded.
> and when I write a message in my vm with $l10n.<messageid>, all
> of special
> chars are "?".
>
> How can I set to right coding for its?
>
> there are following charsets in TR.properties:
>
> services.VelocityService.input.encoding=iso-8859-2
> services.VelocityService.output.encoding=iso-8859-2
> template.encoding=iso-8859-2
> locale.default.charset=iso-8859-2
>
> are there a special charset settings for localization?
>
> --
> thx,
> Zoltan Zidarics programmer
> PTE University Pecs, Hungary
> icq: 43288694
>
>
> ---------------------------------------------------------------------
> 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]