[Dbix-class] Re: utf8 / pg double encoding problem

demerphq demerphq at gmail.com
Sun Jan 6 20:03:25 GMT 2008


On 06/01/2008, Daniel McBrearty <danielmcbrearty at gmail.com> 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 ...)

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').

chr(0xFF) is exactly the same thing as "\x{FF}"

yves

-- 
perl -Mre=debug -e "/just|another|perl|hacker/"



More information about the DBIx-Class mailing list