diff options
author | Manuel Novoa III <mjn3@codepoet.org> | 2002-12-20 19:26:35 +0000 |
---|---|---|
committer | Manuel Novoa III <mjn3@codepoet.org> | 2002-12-20 19:26:35 +0000 |
commit | c9d66e44af5c93a1ea5487fd9bff78274be65850 (patch) | |
tree | 975bb662b51ac91f8d1434553b936784b175a802 /extra/locale/collation/br_FR | |
parent | bd6e7b0208c9652717bec30abff2d8dc12eaaca7 (diff) |
The big thing is locale dependent collation support.
Also added outdigit support and (legacy) YESSTR/NOSTR support.
Diffstat (limited to 'extra/locale/collation/br_FR')
-rw-r--r-- | extra/locale/collation/br_FR | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/extra/locale/collation/br_FR b/extra/locale/collation/br_FR new file mode 100644 index 000000000..0887c81b1 --- /dev/null +++ b/extra/locale/collation/br_FR @@ -0,0 +1,40 @@ +copy "iso14651_t1" + +%% a b c ch c'h d e f g h i j k l m n o p q r s t u v w x y z +collating-symbol <c-h-br> +collating-element <C-H> from "<U0043><U0048>" +collating-element <c-h> from "<U0063><U0068>" +collating-element <C-h> from "<U0043><U0068>" +collating-element <c-H> from "<U0063><U0048>" +collating-symbol <c-'-h-br> +collating-element <C'H> from "<U0043><U0027><U0048>" +collating-element <c'h> from "<U0063><U0027><U0068>" +collating-element <C'h> from "<U0043><U0027><U0068>" +collating-element <c'H> from "<U0063><U0027><U0048>" + +collating-symbol <CAP-MIN> +collating-symbol <MIN-CAP> + +reorder-after <MIN> +<MIN-CAP> + +reorder-after <CAP> +<CAP-MIN> + +reorder-after <c> +<c-h-br> +<c-'-h-br> + +reorder-after <U0063> +<c-h> <c-h-br>;<PCT>;<MIN>;IGNORE +<c-H> <c-h-br>;<PCT>;<MIN-CAP>;IGNORE +<c'h> <c-'-h-br>;<PCT>;<MIN>;IGNORE +<c'H> <c-'-h-br>;<PCT>;<MIN-CAP>;IGNORE +reorder-after <U0043> +<C-H> <c-h-br>;<PCT>;<CAP>;IGNORE +<C-h> <c-h-br>;<PCT>;<CAP-MIN>;IGNORE +<C'H> <c-'-h-br>;<PCT>;<CAP>;IGNORE +<C'h> <c-'-h-br>;<PCT>;<CAP-MIN>;IGNORE + +reorder-end + |