freebsd-ports/textproc/jade/files/patch-CharsetRegistry.h
Jun Kuriyama ec0cd06165 Add koi8-r support to jade to solve problem with koi8-r encoding
in printed formats.

SP_ENCODING=koi8-r should be passed to jade.

Obtained from:	ftp://ftp.ptc.spbu.ru/people/uwe/sgml/ (slightly modified)
Found by:	Denis Philippov
Submitted by:	den
2004-08-03 23:25:17 +00:00

10 lines
360 B
C

--- include/CharsetRegistry.h.orig Sat Jul 31 17:02:57 2004
+++ include/CharsetRegistry.h Sat Jul 31 17:05:32 2004
@@ -45,6 +45,7 @@
GB2312 = 58,
ISO10646_UCS2 = 176,
ISO10646_UCS4 = 177,
+ KOI8_R = 65534, // not registered
BIG5 = 65535 // not registered
};
static ISORegistrationNumber getRegistrationNumber(const StringC &desig,