On 06/01/2008, Ash Berlin <[EMAIL PROTECTED]> wrote: > Never trust dumper or printing to your terminal to tell if something > is in UTF8 or not. Terminals try to be too smart. > > This is what Devel::Peek is for. Use it. Trust that.
Well, that is good advice, but a combination of utf8::is_utf8 and dumper should be fine as well. yves -- perl -Mre=debug -e "/just|another|perl|hacker/" _______________________________________________ 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/
