Re: Small problem with special characters

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Thomas Kellerer <spam_eater(at)gmx(dot)net>
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: Small problem with special characters
Date: 2006-08-20 15:46:21
Message-ID: 27533.1156088781@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Thomas Kellerer <spam_eater(at)gmx(dot)net> writes:
> character 0xc3b6 of encoding "UTF8" has no equivalent in "WIN1251" [SQL
> State=22P05]

Indeed, that's what the conversion table embedded in the backend
thinks. Some cursory poking about in src/backend/utils/mb/Unicode/
says that we derive these tables mechanically from authoritative data
at ftp://www.unicode.org/Public/MAPPINGS/ ... so maybe you need to
take this up with them. What's your basis for asserting that this
character exists in code page 1251?

regards, tom lane

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Thomas Kellerer 2006-08-20 16:31:00 Re: Small problem with special characters
Previous Message Thomas Kellerer 2006-08-20 12:17:14 Small problem with special characters