[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debian-devel:10917] Re: Bug#41570: [root@xxxxxxxxxxxx: Bug#49732: gs complaining about missing font 'min']



On Thu, Nov 11, 1999 at 08:45:49PM +0900, Fumitoshi UKAI wrote:
> How about this patch ?

Great! It works perfectly well! I am compiling and uploading a new
version of gs that uses it (i have just slightly changet the patch, so
that if both KANJI and NOKANJI are defined, NOKANJI has precedence.

Thank you very much!
Marco

> --- gs_init.ps.orig	Sun Nov  7 11:49:17 1999
> +++ gs_init.ps	Thu Nov 11 20:31:40 1999
> @@ -123,7 +123,9 @@
>  currentdict /NOFONTMAP known   /NOFONTMAP exch def
>  currentdict /NOFONTPATH known   /NOFONTPATH exch def
>  currentdict /NOGC known   /NOGC exch def
> -currentdict /NOKANJI known   /NOKANJI exch def
> +currentdict /NOKANJI known { /NOKANJI true def } {
> +	(LANG) getenv { (ja) anchorsearch { /NOKANJI false def } { /NOKANJI true def } ifelse } { /NOKANJI true def } ifelse clear } ifelse
> +currentdict /KANJI known { /NOKANJI false def } if
>  currentdict /NOPAUSE known   /NOPAUSE exch def
>  currentdict /NOPLATFONTS known   /NOPLATFONTS exch def
>  currentdict /NOPROMPT known   /NOPROMPT exch def

-- 

================================================================
Marco Pistore
ITC-IRST                              phone: +39 0461 314 334
Via Sommarive 18                      fax  : +39 0461 314 591
38050 Povo (Trento), ITALY            email: pistore@xxxxxxxxxxx
================================================================