From 8b9dd6b5fd4e6052c593edd5d2fbe0e54da742ef Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Tue, 10 Feb 2009 19:29:39 +0000 Subject: Support for KOI8U encoding --- src/port/chklocale.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/port/chklocale.c') diff --git a/src/port/chklocale.c b/src/port/chklocale.c index 74f440abbe..864071d05e 100644 --- a/src/port/chklocale.c +++ b/src/port/chklocale.c @@ -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"}, -- cgit v1.2.1