Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 5ae9f82

Browse files
committed
Add entry in the encoding number to OS name table for KOI8-U.
1 parent 72e2315 commit 5ae9f82

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/backend/utils/mb/mbutils.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*
55
* Tatsuo Ishii
66
*
7-
* $PostgreSQL: pgsql/src/backend/utils/mb/mbutils.c,v 1.83 2009/04/02 17:30:53 tgl Exp $
7+
* $PostgreSQL: pgsql/src/backend/utils/mb/mbutils.c,v 1.84 2009/04/06 19:34:52 petere Exp $
88
*/
99
#include "postgres.h"
1010

@@ -911,6 +911,7 @@ static const struct codeset_map {
911911
{PG_LATIN9, "LATIN-9"},
912912
{PG_LATIN10, "LATIN10"},
913913
{PG_KOI8R, "KOI8-R"},
914+
{PG_KOI8U, "KOI8-U"},
914915
{PG_WIN1250, "CP1250"},
915916
{PG_WIN1251, "CP1251"},
916917
{PG_WIN1252, "CP1252"},

0 commit comments

Comments
 (0)