[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: Default paper size in the following countries...
- From: Pádraig Brady <P draigBrady com>
- To: Development discussions related to Fedora <fedora-devel-list redhat com>
- Subject: Re: Default paper size in the following countries...
- Date: Fri, 1 Aug 2008 19:54:39 +0100
Bill Nottingham wrote:
> Caolan McNamara (caolanm redhat com) 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
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]