Re: Default paper size in the following countries...

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

 



Bill Nottingham wrote:
> Caolan McNamara (caolanm@xxxxxxxxxx) said: 
>> So, I want to tidy up OOo's upstream "default paper selection by locale"
>> stuff, so if your country really does *typically* use Letter size paper
>> instead of A4 please let me know.
> 
> Why not use LC_PAPER?

I find the locale database quite inaccurate sometimes unfortunately.
It might be a useful project to sync it with the CLDR?
Anyway this is what is on my fedora system at present:

locale -a | #list all locales
grep -F _ | #exclude nationalities
sort -k1.4,1.5 -u | #pick unique countries
while read LANG; do
  echo $(locale height territory)
done |
grep -F 279 #letter

Canada 279
Puerto Rico 279
USA 279

-- 
fedora-devel-list mailing list
fedora-devel-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/fedora-devel-list

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Fedora Announce]     [Fedora Kernel]     [Fedora Testing]     [Fedora Formulas]     [Fedora PHP Devel]     [Kernel Development]     [Fedora Legacy]     [Fedora Maintainers]     [Fedora Desktop]     [PAM]     [Red Hat Development]     [Gimp]     [Yosemite News]
  Powered by Linux