Re: BUG #2213: lack of codepage Windows CP1257 - Mailing list pgsql-bugs

From Bruce Momjian
Subject Re: BUG #2213: lack of codepage Windows CP1257
Date
Msg-id 200601261615.k0QGF8G00734@candle.pha.pa.us
Whole thread Raw
In response to BUG #2213: lack of codepage Windows CP1257  ("Ansis" <ataols@latnet.lv>)
List pgsql-bugs
Ansis wrote:
>
> The following bug has been logged online:
>
> Bug reference:      2213
> Logged by:          Ansis
> Email address:      ataols@latnet.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@candle.pha.pa.us               |  (610) 359-1001
  +  If your life is a hard drive,     |  13 Roberts Road
  +  Christ can be your backup.        |  Newtown Square, Pennsylvania 19073

pgsql-bugs by date:

Previous
From: Jaime Casanova
Date:
Subject: Re: BUG #2211: select (1::float-1::float)*(-1) = -0 ??
Next
From: Tom Lane
Date:
Subject: Re: BUG #2211: select (1::float-1::float)*(-1) = -0 ??