SOURCES: groff-spacefix.patch (NEW) - full multibyte/unicode input...

baggins baggins at pld-linux.org
Tue Nov 7 15:25:47 CET 2006


Author: baggins                      Date: Tue Nov  7 14:25:47 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- full multibyte/unicode input/output support from fedora

---- Files affected:
SOURCES:
   groff-spacefix.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/groff-spacefix.patch
diff -u /dev/null SOURCES/groff-spacefix.patch:1.1
--- /dev/null	Tue Nov  7 15:25:47 2006
+++ SOURCES/groff-spacefix.patch	Tue Nov  7 15:25:41 2006
@@ -0,0 +1,11 @@
+--- ./src/roff/troff/env.cc.orig	2006-01-12 14:43:05.000000000 +0100
++++ ./src/roff/troff/env.cc	2006-01-12 14:45:55.000000000 +0100
+@@ -300,7 +300,7 @@
+      * This code is based on jgroff
+      * about kerning between ASCII and EUC-JP 
+      */
+-    if (!ci->get_wchar_code()) {
++    if (!ci->get_wchar_code() || wchar_code(ci->get_wchar_code()) < 0x590) {
+       /*
+        * This node is a ASCII character node.
+        */
================================================================


More information about the pld-cvs-commit mailing list