rpms/groff/FC-3 groff-1.18.1.1-spacefix.patch,NONE,1.1

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Mon Jan 16 13:13:03 UTC 2006


Author: mlichvar

Update of /cvs/dist/rpms/groff/FC-3
In directory cvs.devel.redhat.com:/tmp/cvs-serv7600

Added Files:
	groff-1.18.1.1-spacefix.patch 
Log Message:
attempt to fix a space problem with several european languages (#137728)


groff-1.18.1.1-spacefix.patch:
 env.cc |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE groff-1.18.1.1-spacefix.patch ---
--- ./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 fedora-cvs-commits mailing list