summaryrefslogtreecommitdiff
path: root/src/include/mb
diff options
context:
space:
mode:
authorBruce Momjian2001-05-03 21:38:45 +0000
committerBruce Momjian2001-05-03 21:38:45 +0000
commit0cec2bb0cd2ea1a19d2ad58107b04226de401d44 (patch)
tree8664862fd77aef289a82dcd744c57f820fc58e96 /src/include/mb
parentd05b4bd7c6fb3a4d6766e70778a5720416bdbf57 (diff)
BTW it does not add encodign it just patches existing one (KOI8) to
support two - KOI8-R and KOI8-U (latter is superset of the former if not to take to the account pseudographics) Andy Rysin
Diffstat (limited to 'src/include/mb')
-rw-r--r--src/include/mb/pg_wchar.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/include/mb/pg_wchar.h b/src/include/mb/pg_wchar.h
index ca8e6b15dfd..a95203f108b 100644
--- a/src/include/mb/pg_wchar.h
+++ b/src/include/mb/pg_wchar.h
@@ -1,4 +1,4 @@
-/* $Id: pg_wchar.h,v 1.25 2001/03/22 04:00:49 momjian Exp $ */
+/* $Id: pg_wchar.h,v 1.26 2001/05/03 21:38:44 momjian Exp $ */
#ifndef PG_WCHAR_H
#define PG_WCHAR_H
@@ -28,7 +28,7 @@
#define LATIN7 13 /* ISO-8859 Latin 7 */
#define LATIN8 14 /* ISO-8859 Latin 8 */
#define LATIN9 15 /* ISO-8859 Latin 9 */
-#define KOI8 16 /* KOI8-R */
+#define KOI8 16 /* KOI8-R/U */
#define WIN 17 /* windows-1251 */
#define ALT 18 /* Alternativny Variant (MS-DOS CP866) */
/* followings are for client encoding only */
@@ -68,6 +68,7 @@ typedef unsigned int pg_wchar;
#define LC_JISX0201K 0x89 /* Japanese 1 byte kana */
#define LC_JISX0201R 0x8a /* Japanese 1 byte Roman */
#define LC_KOI8_R 0x8c /* Cyrillic KOI8-R */
+#define LC_KOI8_U 0x8c /* Cyrillic KOI8-U */
#define LC_GB2312_80 0x91 /* Chinese */
#define LC_JISX0208 0x92 /* Japanese Kanji */
#define LC_KS5601 0x93 /* Korean */