summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian2001-05-03 21:38:45 +0000
committerBruce Momjian2001-05-03 21:38:45 +0000
commit57938f4fd65e10e1bdba829148b1d1c2cc04cc97 (patch)
tree167fd0970d5b5f947b761788ab130d04b759fbee
parent89b98d864089322151434629a39c054fbd404a46 (diff)
BTW it does not add encodign it just patches existing one (KOI8) toREL7_1_2REL7_1_STABLE
support two - KOI8-R and KOI8-U (latter is superset of the former if not to take to the account pseudographics) Andy Rysin
-rw-r--r--multibyte.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/multibyte.h b/multibyte.h
index 2c3f04c..c7d8b20 100644
--- a/multibyte.h
+++ b/multibyte.h
@@ -21,7 +21,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) */
#define SJIS 32 /* Shift JIS */