You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is due to cupsLangGet (from ppdOpen) setting LC_ALL. Arguably it should not set the locale at all. This change seems sufficient though (see attached).
The text was updated successfully, but these errors were encountered:
Version: 1.1.22rc1
CUPS.org User: twaugh.redhat
Original bug report:
https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=136102
echo '*PPD-Adobe: "4.3"' > /tmp/file.ppd
env - LANG=sv_SE.utf8 "PPD=/tmp/file.ppd"
/usr/lib/cups/filter/texttops 120 g issue 1 "" /dev/null 2>&1 |
grep findfont
gives output like this:
/Courier-Bold findfont
/Courier findfont
/FN /cupsNormal findfont [12,000 0 0 11,333 0 0] makefont def
/FB /cupsBold findfont [12,000 0 0 11,333 0 0] makefont def
The decimal separator ',' is used instead of '.'.
This is due to cupsLangGet (from ppdOpen) setting LC_ALL. Arguably it should not set the locale at all. This change seems sufficient though (see attached).
The text was updated successfully, but these errors were encountered: