* Alex Povolotsky <[email protected]> [2011-11-05 11:05]:
> What's more strange for me, manually upgrading string to UTF-8 with
> utf8::upgrade does not help.

utf8::upgrade only changes the internal storage format of the string but
not its meaning. If it contained encoded text before, it will still
contain encoded text afterwards. If you want the decoded text, you have
to decode the string, not upgrade it.

Regards,
-- 
Aristotle Pagaltzis // <http://plasmasturm.org/>

_______________________________________________
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/

Reply via email to