[postgis-users] Re: [Plr-general] Tutorial on PLR and PostGIS, more on carriage returns
Joe Conway
mail at joeconway.com
Thu Jun 21 16:05:26 PDT 2007
Paul Ramsey wrote:
>
> Steve,
>
> You're right and I'm wrong, I was confused by the UTF code numbers,
> which differ from the actual byte encodings used for UTF8. Indeed, all
> the multi-byte higher-order stuff is stuffed into 128-255 in the UTF8
> encoding, so a straight byte-swap would work (for UTF8 and the various
> one-byte latin code pages, that is).
I've just confirmed on the postgres-hackers list that it should be OK to
replace the '\r' characters:
Tom Lane wrote:
>
> It's safe, because you'll be dealing with prosrc inside the backend,
> therefore using a backend-legal encoding, and those don't have any
> ASCII aliasing problems (all bytes of an MB character must have high
> bit set).
So now it is just a Simple Matter of Programming :-)
Joe
More information about the postgis-users
mailing list