Sophie

Sophie

distrib > Fedora > 13 > i386 > media > updates-src > by-pkgid > 53e55667a77e89bc0f224734f1c7c669 > files > 12

groff-1.18.1.4-22.fc13.src.rpm

--- ./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.
        */