After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 618000 - Sync paper size fallbacks with CLDR 1.8.1
Sync paper size fallbacks with CLDR 1.8.1
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Printing
2.20.x
Other Linux
: Normal normal
: ---
Assigned To: gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2010-05-07 09:39 UTC by Caolan McNamara
Modified: 2010-05-11 14:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
sync fallbacks (769 bytes, patch)
2010-05-07 09:39 UTC, Caolan McNamara
none Details | Review
oops, reversed patch, fixed version (767 bytes, patch)
2010-05-07 17:12 UTC, Caolan McNamara
accepted-commit_now Details | Review

Description Caolan McNamara 2010-05-07 09:39:24 UTC
Created attachment 160493 [details] [review]
sync fallbacks

The current final fallbacks for paper size are Letter for en_CA, en_US, es_PR and es_US (i.e. taken from a quick look at an older glibc list) and A4 for every thing else. Its unlikely that francophone's in Canada stick a A4 sheet into their printer while their English speaking neighbours use a Letter sheet, and so on.

A more up-to-date list is available from the CLDR

http://unicode.org/repos/cldr-tmp/trunk/diff/supplemental/territory_language_information.html

attached is a patch to sync these fallbacks with the latest 1.8.1 CLDR table
Comment 1 Caolan McNamara 2010-05-07 17:12:42 UTC
Created attachment 160525 [details] [review]
oops, reversed patch, fixed version
Comment 2 Matthias Clasen 2010-05-08 02:19:26 UTC
Comment on attachment 160525 [details] [review]
oops, reversed patch, fixed version

Looks like a good idea to me. Always nice to cite some standard...
Comment 3 Marek Kašík 2010-05-11 14:47:54 UTC
Hi,

I committed it to trunk:
    Update list of US Letter locales
    
    Sync paper size fallbacks with the latest 1.8.1 CLDR table (#618000).

Thank you

Marek