Josh Canfield 've asked a very good question in TAP5-1778.
does Tapestry respect the XML declaration for changing charset?

Have you tried adding an xml header to your templates?, like:
<?xml version="1.0" encoding="UTF-8" ?>


Alejandro.

On Wed, May 22, 2013 at 9:49 AM, Lance Java <lance.j...@googlemail.com> wrote:
> I think you've hit the nail on the head and that this relates to TAP5-1778.
>
> As a work around, can you put your special chars in a language specific
> properties file? By default, prop files are treated as UTF-8. You can also
> override the PropertiesFileParser if you need.
>
> Another option is to override the TemplateParser service to use UTF-8. See
> the patch attached to the issue.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to