Re: The plan for UTF-8
[email protected] ("David E. Wheeler") Thu, 10 Feb 2011 15:02:05 -0800
| Newsgroups | perl.dbd.pg |
|---|---|
| Message-ID | <[email protected]> |
On Feb 10, 2011, at 1:52 PM, Greg Sabino Mullane wrote: >> I assume that large objects should be treated the same? >> Or is that interface separate enough that it doesn't apply? > > Good question, I always forget about that unloved PG feature. > (looks). Yeah, looks like it won't be a concern: libpq writes > to the given buffer so we don't have to worry about doing > any utf8 Perl string manipulation. More or less what I thought. Cool. Best, David