Hello!
With Catalyst::Plugin::Unicode::Encoding, data from databases works fine.
Templates in UTF-8 are also OK.
However, data from .conf or UTF-8 constants in code still gets
double-encoded. Data/constants are UTF-8, but perl for some reason does
not set UTF-8 flag on them.
What's more strange for me, manually upgrading string to UTF-8 with
utf8::upgrade does not help.
How do I make Confg::Any understand that my .conf file is in UTF-8 and
how do I correctly put UTF-8 string constants into code?
Alex.
_______________________________________________
List: [email protected]
Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/[email protected]/
Dev site: http://dev.catalyst.perl.org/