XML Encoding problem

From: rsmogura <rsmogura(at)softperience(dot)eu>
To: Pgsql general <pgsql-general(at)postgresql(dot)org>
Subject: XML Encoding problem
Date: 2011-02-07 11:44:36
Message-ID: d39e5c6a534a64b30c54ab0d0b0f9218@mail.softperience.eu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi,

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
&#...;.

Kind regards,
Radosław Smogura

Responses

Browse pgsql-general by date

  From Date Subject
Next Message markw 2011-02-07 12:54:48 Re: Subquery for column names of tablefunc crosstab queries
Previous Message Thom Brown 2011-02-07 11:38:09 Re: [HACKERS] Issues with generate_series using integer boundaries