mirror of
https://github.com/postgres/postgres.git
synced 2025-07-27 12:41:57 +03:00
Support for KOI8U encoding
This commit is contained in:
@ -8,7 +8,7 @@
|
||||
*
|
||||
*
|
||||
* IDENTIFICATION
|
||||
* $PostgreSQL: pgsql/src/port/chklocale.c,v 1.10 2009/01/01 17:24:04 momjian Exp $
|
||||
* $PostgreSQL: pgsql/src/port/chklocale.c,v 1.11 2009/02/10 19:29:39 petere Exp $
|
||||
*
|
||||
*-------------------------------------------------------------------------
|
||||
*/
|
||||
@ -123,6 +123,9 @@ static const struct encoding_match encoding_match_list[] = {
|
||||
{PG_KOI8R, "KOI8-R"},
|
||||
{PG_KOI8R, "CP20866"},
|
||||
|
||||
{PG_KOI8U, "KOI8-U"},
|
||||
{PG_KOI8U, "CP21866"},
|
||||
|
||||
{PG_WIN866, "CP866"},
|
||||
{PG_WIN874, "CP874"},
|
||||
{PG_WIN1250, "CP1250"},
|
||||
|
Reference in New Issue
Block a user