Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37047461
en ru br
ALT Linux repos
S:2.5.7-alt1
5.0: 2.5.4-alt2.0
4.1: 2.5.4-alt2.0
4.0: 2.5.4-alt2.0
3.0: 2.5.4-alt1

Group :: System/Configuration/Printing
RPM: mpage

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: mpage-2.5.7-alt-no-japanese.patch
Download


--- a/mpage/mpage.c
+++ b/mpage/mpage.c
@@ -339,6 +339,7 @@ ps_title(name, outfd)
 
     if (current_locale){
       if (!strncmp (current_locale, "ja_JP", 5)){
+#if 0
 #ifdef KANJI
 #ifdef GOTHIC
 	fprintf(outfd, "/kanj /GothicBBB-Medium-H findfont %d scalefont def\n", fsize - 1);
@@ -360,6 +361,8 @@ ps_title(name, outfd)
 	fprintf(outfd, "/unigb /BousungEG-Light-GB-UniGB-UTF8-H findfont %d scalefont def\n", fsize - 1);
       else if (!strncmp (current_locale, "zh_TW", 5))
 	fprintf(outfd, "/unicns /ShanHeiSun-Light-UniCNS-UTF8-H findfont %d scalefont def\n", fsize - 1);
+#endif
+        }
     }
 
 # ifdef DEBUG
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin