Re: xml type and encodings

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Re: xml type and encodings
Date: 2007-01-15 23:28:41
Message-ID: 200701160028.42129.peter_e@gmx.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

I wrote:
> We need to decide on how to handle encoding information embedded in
> xml data that is passed through the client/server encoding
> conversion.

Tangentially related, I'm currently experimenting with a setup that
stores all xml data in UTF-8 on the server, converting it back to the
server encoding on output. This doesn't do anything to solve the
problem above, but it makes the internal processing much simpler, since
all of libxml uses UTF-8 internally anyway. Is anyone opposed to that
setup on principle?

--
Peter Eisentraut
http://developer.postgresql.org/~petere/

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Darcy Buskermolen 2007-01-15 23:38:42 Re: Autovacuum improvements
Previous Message Joshua D. Drake 2007-01-15 23:23:33 Re: Autovacuum improvements