← Back to team overview

registry team mailing list archive

[Bug 393818] Re: libpaper should honor the LC_PAPER instead of /etc/papersize

 

Oh, just to show results:

$ export LC_PAPER=en_US ; locale && ./paper
LANG=C
LC_CTYPE="C"
LC_NUMERIC="C"
LC_TIME="C"
LC_COLLATE="C"
LC_MONETARY="C"
LC_MESSAGES="C"
LC_PAPER="C"
LC_NAME="C"
LC_ADDRESS="C"
LC_TELEPHONE="C"
LC_MEASUREMENT="C"
LC_IDENTIFICATION="C"
LC_ALL=C
height: 297
width: 210
$ export LC_ALL=en_US ; locale && ./paper
LANG=C
LC_CTYPE="en_US"
LC_NUMERIC="en_US"
LC_TIME="en_US"
LC_COLLATE="en_US"
LC_MONETARY="en_US"
LC_MESSAGES="en_US"
LC_PAPER="en_US"
LC_NAME="en_US"
LC_ADDRESS="en_US"
LC_TELEPHONE="en_US"
LC_MEASUREMENT="en_US"
LC_IDENTIFICATION="en_US"
LC_ALL=en_US
height: 279
width: 216

-- 
libpaper should honor the LC_PAPER instead of /etc/papersize
https://bugs.launchpad.net/bugs/393818
You received this bug notification because you are a member of Registry
Administrators, which is the registrant for Debian.