Re: XML Encoding problem - Mailing list pgsql-general

From Peter Eisentraut
Subject Re: XML Encoding problem
Date
Msg-id 1297290569.23596.12.camel@vanquo.pezone.net
Whole thread Raw
In response to XML Encoding problem  (rsmogura <rsmogura@softperience.eu>)
Responses Re: XML Encoding problem  (Radosław Smogura <rsmogura@softperience.eu>)
List pgsql-general
On mån, 2011-02-07 at 12:44 +0100, rsmogura wrote:
>  I have test database with UTF-8 encoding. I putted there XML
>  <a>ЁĄ¡</a>, (U+0401, U+0104, U+00A1). I changed client encoding to
>  iso8859-2, as the result of select I got
>  ERROR: character 0xd081 of encoding "UTF8" has no equivalent in
>  "LATIN2"
>  Stan SQL:22P05.
>
>  I should got result with characters entities for unparsable characters
>  &#...;.

Hehe, interesting idea, but it's not implemented that way.  We don't
alter the XML data, except for the XML declaration.


pgsql-general by date:

Previous
From: Karsten Hilbert
Date:
Subject: problematic view definition
Next
From: Karsten Hilbert
Date:
Subject: Re: problematic view definition