diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2018-01-10 15:27:33 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2018-01-10 15:27:33 +0000 |
commit | c80e6a0631fb7dce42c5cf792c99118b25a0b880 (patch) | |
tree | 60a0fa1fe85f948119ce0a8f901160d8f2d6eaa1 /textproc/jade/files/patch-CharsetRegistry.cxx | |
parent | Do not abuse INSTALL_MAN when installing documentation, examples, and (diff) |
textproc/jade: back out r458645 to avoid churn
Reported by: danfe
Notes
Notes:
svn path=/head/; revision=458647
Diffstat (limited to 'textproc/jade/files/patch-CharsetRegistry.cxx')
-rw-r--r-- | textproc/jade/files/patch-CharsetRegistry.cxx | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/textproc/jade/files/patch-CharsetRegistry.cxx b/textproc/jade/files/patch-CharsetRegistry.cxx new file mode 100644 index 000000000000..940ba42bfb3b --- /dev/null +++ b/textproc/jade/files/patch-CharsetRegistry.cxx @@ -0,0 +1,20 @@ +--- lib/CharsetRegistry.cxx.orig Sat Jul 31 17:03:07 2004 ++++ lib/CharsetRegistry.cxx Sat Jul 31 17:05:46 2004 +@@ -164,6 +164,9 @@ + static const unsigned short iso8859_9[] = { + #include "iso8859-9.h" + }; ++static const unsigned short koi8_r[] = { ++#include "koi8-r.h" ++}; + static const unsigned short iso646_jis_G0[] = { + #include "iso646-jis.h" + }; +@@ -203,6 +206,7 @@ + { CharsetRegistry::ISO8859_7, iso8859_7 }, + { CharsetRegistry::ISO8859_8, iso8859_8 }, + { CharsetRegistry::ISO8859_9, iso8859_9 }, ++ { CharsetRegistry::KOI8_R, koi8_r }, + { CharsetRegistry::ISO646_JIS_G0, iso646_jis_G0 }, + { CharsetRegistry::JIS0201, jis0201 }, + #ifdef SP_MULTI_BYTE |