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

Daniel McBrearty danielmcbrearty at gmail.com
Sun Jan 6 18:33:37 GMT 2008


>
> In any case the raw HTTP request that leads to all this would be
> interesting.
>

I can tell you that the data in the raw request is just the 9 bytes of
UTF8, exactly as shown by Dumper. I looked at it with wireshark to be
sure.

To give some background, this is getting pulled out of a form by
javascript (which sees unicode), converted to UTF8, and then submitted
as a POST to the cat controller. The $edit param is just another CGI
parameter as far as Cat is concerned though.



More information about the DBIx-Class mailing list