Commit 5ae9f827 authored by Peter Eisentraut's avatar Peter Eisentraut

Add entry in the encoding number to OS name table for KOI8-U.

parent 72e2315c
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
* *
* Tatsuo Ishii * Tatsuo Ishii
* *
* $PostgreSQL: pgsql/src/backend/utils/mb/mbutils.c,v 1.83 2009/04/02 17:30:53 tgl Exp $ * $PostgreSQL: pgsql/src/backend/utils/mb/mbutils.c,v 1.84 2009/04/06 19:34:52 petere Exp $
*/ */
#include "postgres.h" #include "postgres.h"
...@@ -911,6 +911,7 @@ static const struct codeset_map { ...@@ -911,6 +911,7 @@ static const struct codeset_map {
{PG_LATIN9, "LATIN-9"}, {PG_LATIN9, "LATIN-9"},
{PG_LATIN10, "LATIN10"}, {PG_LATIN10, "LATIN10"},
{PG_KOI8R, "KOI8-R"}, {PG_KOI8R, "KOI8-R"},
{PG_KOI8U, "KOI8-U"},
{PG_WIN1250, "CP1250"}, {PG_WIN1250, "CP1250"},
{PG_WIN1251, "CP1251"}, {PG_WIN1251, "CP1251"},
{PG_WIN1252, "CP1252"}, {PG_WIN1252, "CP1252"},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment