diff options
author | Ulrich Drepper <drepper@redhat.com> | 2002-06-30 04:04:20 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2002-06-30 04:04:20 +0000 |
commit | 95fdc6a0f61a389e92a6b84250c2286b4808b626 (patch) | |
tree | 54afe4d2de7ab4aeb9a6d0943ab90d8ddc794c0a /localedata | |
parent | 8b8cc76fa47fe0819e5e52e29c6674e799df646e (diff) | |
download | glibc-95fdc6a0f61a389e92a6b84250c2286b4808b626.zip glibc-95fdc6a0f61a389e92a6b84250c2286b4808b626.tar.gz glibc-95fdc6a0f61a389e92a6b84250c2286b4808b626.tar.bz2 |
Update.
2002-06-19 Steven Munroe <sjmunroe@vnet.ibm.com>
* Examples/ex9.c (main): Use list of children and join them.
(thread): Do not call exit.
Diffstat (limited to 'localedata')
-rw-r--r-- | localedata/ChangeLog | 3 | ||||
-rw-r--r-- | localedata/locales/mt_MT | 79 |
2 files changed, 82 insertions, 0 deletions
diff --git a/localedata/ChangeLog b/localedata/ChangeLog index c6d8607..4f4451d 100644 --- a/localedata/ChangeLog +++ b/localedata/ChangeLog @@ -1,5 +1,8 @@ 2002-06-29 Ulrich Drepper <drepper@redhat.com> + * locales/mt_MT: Add locale-specific collation info. + Patch by Ramon Casha <ramon.casha@linux.org.mt> [PR libc/3701]. + * locales/en_AU: Add am/pm support. Patch partly by maffew@cat.org.au [PR libc/3911]. diff --git a/localedata/locales/mt_MT b/localedata/locales/mt_MT index 6279471..47e59cf 100644 --- a/localedata/locales/mt_MT +++ b/localedata/locales/mt_MT @@ -3,6 +3,9 @@ escape_char / % Maltese language locale for Malta. % Contributed by Kentaroh Noji <knoji@jp.ibm.com> and % Tetsuji Orita <orita@jp.ibm.com>. +% +% collating order changes by Ramon Casha <ramon.casha@linux.org.mt> +% and Pablo Saratxaga <pablo@mandrakesoft.com> -- 2002-05-08 LC_IDENTIFICATION title "Maltese language locale for Malta" @@ -37,9 +40,85 @@ END LC_CTYPE LC_COLLATE +% a b c c. d e f g. g gh/ h h/ i ie j k l m n o p q r s t u v w x y z. z + % Copy the template from ISO/IEC 14651 copy "iso14651_t1" +collating-symbol <c.> +collating-symbol <g.> +collating-symbol <h-> +collating-symbol <z.> + +collating-symbol <g-h--mt> +collating-element <G-H-> from "<U0047><U0126>" +collating-element <g-h-> from "<U0067><U0127>" +collating-element <G-h-> from "<U0047><U0127>" +collating-element <g-H-> from "<U0067><U0126>" + +collating-symbol <i-e-mt> +collating-element <I-E> from "<U0049><U0045>" +collating-element <i-e> from "<U0069><U0065>" +collating-element <I-e> from "<U0049><U0065>" +collating-element <i-E> from "<U0069><U0045>" + +collating-symbol <CAP-MIN> +collating-symbol <MIN-CAP> + +reorder-after <MIN> +<MIN-CAP> +reorder-after <CAP> +<CAP-MIN> + +reorder-after <c> +<c.> +reorder-after <f> +<g.> +reorder-after <g> +<g-h--mt> +reorder-after <h> +<h-> +reorder-after <i> +<i-e-mt> +reorder-after <y> +<z.> + +reorder-after <U0063> +<U010B> <c.>;<PCT>;<MIN>;IGNORE +reorder-after <U0043> +<U010A> <c.>;<PCT>;<CAP>;IGNORE + +reorder-after <U0066> +<U0121> <g.>;<PCT>;<MIN>;IGNORE +reorder-after <U0046> +<U0120> <g.>;<PCT>;<CAP>;IGNORE + +reorder-after <U0067> +<g-h-> <g-h--mt>;<PCL>;<MIN>;IGNORE +<g-H-> <g-h--mt>;<PCL>;<MIN-CAP>;IGNORE +reorder-after <U0047> +<G-H-> <g-h--mt>;<PCL>;<CAP>;IGNORE +<G-h-> <g-h--mt>;<PCL>;<CAP-MIN>;IGNORE + +reorder-after <U0068> +<U0127> <h->;<OBL>;<MIN>;IGNORE +reorder-after <U0048> +<U0126> <h->;<OBL>;<CAP>;IGNORE + +reorder-after <U0069> +<i-e> <i-e-mt>;<PCL>;<MIN>;IGNORE +<i-E> <i-e-mt>;<PCL>;<MIN-CAP>;IGNORE +reorder-after <U0049> +<I-E> <i-e-mt>;<PCL>;<CAP>;IGNORE +<I-e> <i-e-mt>;<PCL>;<CAP-MIN>;IGNORE + +reorder-after <U0079> +<U017C> <z.>;<PCT>;<MIN>;IGNORE +reorder-after <U0059> +<U017B> <z.>;<PCT>;<CAP>;IGNORE + +reorder-end + END LC_COLLATE LC_MONETARY |