Re: BUG #2213: lack of codepage Windows CP1257

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Ansis <ataols(at)latnet(dot)lv>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #2213: lack of codepage Windows CP1257
Date: 2006-01-26 16:15:08
Message-ID: 200601261615.k0QGF8G00734@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Ansis wrote:
>
> The following bug has been logged online:
>
> Bug reference: 2213
> Logged by: Ansis
> Email address: ataols(at)latnet(dot)lv
> PostgreSQL version: 8.1
> Operating system: FreeBSD
> Description: lack of codepage Windows CP1257
> Details:
>
> It's not exactly a bug, but a really big minus, at least for Latvians.
> Postgre supports ISO-8859-4, which is an official standart, but is not used
> nowhere. The standart de facto is win1257 codepage, but it is not supported,
> so we need to convert on client side manually from ISO-8859-4 to win1257.
> Cuold you include the win1257 codepage in the future versions?
>
> P.S. BTW, win1250,1251,1252,1256,1258 are supported. Why the 1257 is not?

We support code pages that are submitted as patches. If you would like
to add an encoding or codepage, submit a patch.

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2006-01-26 16:15:36 Re: BUG #2211: select (1::float-1::float)*(-1) = -0 ??
Previous Message Jaime Casanova 2006-01-26 16:10:02 Re: BUG #2211: select (1::float-1::float)*(-1) = -0 ??