summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 */