Subject: | Escaping of perl unicode strings |
When using <TMPL_VAR> with perl (v5.6+) unicode strings, the escaping
doesn't work as expected. E.g.
ESCAPE=JS
should insert '\\u%04x' for each unicode character, while
ESCAPE=HTML
should insert something like '&#x%04x;'.
I know that this should be fixed in HTML::Template as well, but I only
use HTML::Template::Pro because of its superior performance.
Regards,
Christian