blob: 95e2a1a2027b46d0ea93534912079210835c089c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
--- include/CharsetRegistry.h.orig 1998-10-07 05:15:50 UTC
+++ include/CharsetRegistry.h
@@ -45,6 +45,7 @@ class SP_API CharsetRegistry { (public)
GB2312 = 58,
ISO10646_UCS2 = 176,
ISO10646_UCS4 = 177,
+ KOI8_R = 65534, // not registered
BIG5 = 65535 // not registered
};
static ISORegistrationNumber getRegistrationNumber(const StringC &desig,
|