From: Clint Adams <[email protected]> Date: Tue, 23 Oct 2007 09:24:51 -0500
Split off from Denis Barbier's patch "localedata: rewrite collation rules to include iso14651_t1". Signed-off-by: Jonathan Nieder <[email protected]> --- localedata/locales/iso14651_t1_common | 17 ++++++++++++++--- 1 files changed, 14 insertions(+), 3 deletions(-) diff --git a/localedata/locales/iso14651_t1_common b/localedata/locales/iso14651_t1_common index 66a486b..37e8539 100644 --- a/localedata/locales/iso14651_t1_common +++ b/localedata/locales/iso14651_t1_common @@ -2810,7 +2810,11 @@ collating-symbol <MMSTACK> # SYMB. N° # <RES-1> +ifdef UPPERCASE_FIRST +<CAP> +else <MIN> +endif # forme de base (bas de casse, arabe intrinsèque, # hébreu intrinsèque, etc. # basic form (lower case, intrinsic Arabic @@ -2829,14 +2833,21 @@ collating-symbol <MMSTACK> <AME> # medial/m<e'>dian # 6 # +ifdef UPPERCASE_FIRST +<ICA> # 7 +<ECA> # 8 +<AMI> # 9 +<MIN> # 10 +<IMI> # 11 +<EMI> # 12 +else <IMI> # 7 <EMI> # 8 <CAP> # 9 <ICA> # 10 <ECA> # 11 -<AMI> -#alternate lower case/ -# 12 +<AMI> # 12 alternate lower case +endif # #minuscules spéciales après majuscules # <ARABINT>/<ARABFOR> -- 1.7.5.1 -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/20110514103709.GU6364@elie

