summaryrefslogtreecommitdiff
path: root/textproc/jade/files/patch-CharsetRegistry.h
diff options
context:
space:
mode:
authorJun Kuriyama <kuriyama@FreeBSD.org>2004-08-03 23:25:17 +0000
committerJun Kuriyama <kuriyama@FreeBSD.org>2004-08-03 23:25:17 +0000
commitec0cd061657250c1c1441ef32dd340c739608b74 (patch)
tree31f8617528d9136969bf7445e1dc961c568537b8 /textproc/jade/files/patch-CharsetRegistry.h
parentLong-overdue cosmetic cleanups. (diff)
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
Notes
Notes: svn path=/head/; revision=115369
Diffstat (limited to 'textproc/jade/files/patch-CharsetRegistry.h')
-rw-r--r--textproc/jade/files/patch-CharsetRegistry.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/textproc/jade/files/patch-CharsetRegistry.h b/textproc/jade/files/patch-CharsetRegistry.h
new file mode 100644
index 000000000000..fb06fe3e7ee4
--- /dev/null
+++ b/textproc/jade/files/patch-CharsetRegistry.h
@@ -0,0 +1,10 @@
+--- 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,