On Jan 6, 2008 9:03 PM, demerphq <[EMAIL PROTECTED]> wrote: > On 06/01/2008, Daniel McBrearty <[EMAIL PROTECTED]> wrote: > > so do you mean that Dumper should be seeing and outputting this as a > > char sequence? (what it actually shows is a mix of chars and hex > > bytes, in fact ...) > yves > > > No, dont get confused. Everything that dumper output is chars, it just > happens to be that some are escaped (because they are hi bit and > therefore 'unsafe'). >
thanks. so the issue is that Dumper is *not* seeing those utf8 2-octet sequences as a single char, but as two chars. which is screwed up. yes? _______________________________________________ List: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/dbix-class IRC: irc.perl.org#dbix-class SVN: http://dev.catalyst.perl.org/repos/bast/DBIx-Class/ Searchable Archive: http://www.grokbase.com/group/[EMAIL PROTECTED]
