From 93e364345ce621f59a8351a44f84fcd1e20015f2 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sat, 17 Feb 2007 08:03:11 +0000 Subject: [PATCH] * locale/iso-4217.def: Define RSD, remove CSD. --- ChangeLog | 2 + localedata/ChangeLog | 6 ++ localedata/SUPPORTED | 1 + localedata/locales/crh_UA | 238 ++++++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 247 insertions(+) create mode 100644 localedata/locales/crh_UA diff --git a/ChangeLog b/ChangeLog index 0a82905..9f319fe 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2007-02-16 Ulrich Drepper + * locale/iso-4217.def: Define RSD, remove CSD. + * sysdeps/x86_64/bits/atomic.h: One more change, this time for 16- and 64-bit operations. diff --git a/localedata/ChangeLog b/localedata/ChangeLog index 8ee06b0..57218b4 100644 --- a/localedata/ChangeLog +++ b/localedata/ChangeLog @@ -1,3 +1,9 @@ +2007-02-17 Ulrich Drepper + + [BZ #3326] + * SUPPORTED (SUPPORTED-LOCALES): Add crh_UA. + * locales/crh_UA: New file. + 2007-02-16 Ulrich Drepper [BZ #3322] diff --git a/localedata/SUPPORTED b/localedata/SUPPORTED index 4eff711..70c2882 100644 --- a/localedata/SUPPORTED +++ b/localedata/SUPPORTED @@ -70,6 +70,7 @@ ca_FR.UTF-8/UTF-8 \ ca_FR/ISO-8859-15 \ ca_IT.UTF-8/UTF-8 \ ca_IT/ISO-8859-15 \ +crh_UA/UTF-8 \ cs_CZ.UTF-8/UTF-8 \ cs_CZ/ISO-8859-2 \ csb_PL/UTF-8 \ diff --git a/localedata/locales/crh_UA b/localedata/locales/crh_UA new file mode 100644 index 0000000..c95da02 --- /dev/null +++ b/localedata/locales/crh_UA @@ -0,0 +1,238 @@ +comment_char % +escape_char / +% +% Crimean Tatar Language Locale for Ukraine (latin) +% Source: Reshat Sabiq (Reat) +% Contact: Reshat Sabiq (Reat) +% Email: +% Language: crh +% Territory: UA +% Revision: 0.3 +% Date: 2006-10-09 +% Application: general +% Users: general +% Charset: UTF-8 +% Distribution and use is free, also +% for commercial purposes. + +LC_IDENTIFICATION +title "Crimean Tatar language locale for Ukraine" +source "" +address "" +contact "Reshat Sabiq (Reat)" +email "tatar.iqtelif.i18n@gmail.com" +tel "" +fax "" +language "Crimean Tatar" +territory "Ukraine" +revision "0.3" +date "2006-10-09" + +category crh_UA:2000;LC_IDENTIFICATION +category crh_UA:2000;LC_CTYPE +category crh_UA:2000;LC_COLLATE +category crh_UA:2000;LC_TIME +category crh_UA:2000;LC_NUMERIC +category crh_UA:2000;LC_PAPER +category crh_UA:2000;LC_TELEPHONE +category crh_UA:2000;LC_MEASUREMENT +category crh_UA:2000;LC_ADDRESS +category crh_UA:2000;LC_MONETARY +category crh_UA:2000;LC_MESSAGES +category crh_UA:2000;LC_NAME + +END LC_IDENTIFICATION + +% +% TODO: check and test LC_COLLATE + +LC_COLLATE +% The new Crimean Tatar alphabet (Latin) is: +% , , , , , , , , , , +% (dotless i), (i with dot), , , , , , , , +% ,

, , , , , , , , , , + +copy "iso14651_t1" + +collating-symbol +collating-symbol +collating-symbol +collating-symbol +collating-symbol +collating-symbol +collating-symbol + +reorder-after + +reorder-after + +reorder-after + + +reorder-after + +reorder-after + +reorder-after + +reorder-after + + +reorder-after + ;;;IGNORE +reorder-after + ;;;IGNORE + +reorder-after + ;;;IGNORE +reorder-after + ;;;IGNORE + +reorder-after + ;;;IGNORE + ;;;IGNORE +reorder-after + ;;;IGNORE + ;;;IGNORE + +reorder-after + ;;;IGNORE +reorder-after + ;;;IGNORE + +reorder-after + ;;;IGNORE +reorder-after + ;;;IGNORE + +reorder-after + ;;;IGNORE +reorder-after + ;;;IGNORE + +reorder-after + ;;;IGNORE +reorder-after + ;;;IGNORE + +reorder-end + +END LC_COLLATE + +LC_CTYPE +copy "tr_TR" +END LC_CTYPE + +LC_MESSAGES +% TODO: No is "yoq"; is it OK that it corresponds with English "yes"? +yesstr "" +nostr "" +yesexpr "" +noexpr "" +END LC_MESSAGES + +LC_MONETARY +int_curr_symbol "" +currency_symbol "" +mon_decimal_point "" +mon_thousands_sep "" +mon_grouping 3;3 +positive_sign "" +negative_sign "" +int_frac_digits 2 +frac_digits 2 +p_cs_precedes 0 +p_sep_by_space 1 +n_cs_precedes 0 +n_sep_by_space 1 +p_sign_posn 1 +n_sign_posn 1 +END LC_MONETARY + +LC_NUMERIC +decimal_point "" +thousands_sep "" +grouping 3;3 +END LC_NUMERIC + +LC_TIME +day "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "" +abday "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "" +mon "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "" +abmon "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "" +d_t_fmt "/ +" +d_fmt "" +t_fmt "" +am_pm "";"" +t_fmt_ampm "/ +" +date_fmt "/ +/ +" +END LC_TIME + +LC_PAPER +height 297 +width 210 +END LC_PAPER + +LC_MEASUREMENT +measurement 1 +END LC_MEASUREMENT + +LC_ADDRESS +postal_fmt "/ +/ +/ +/ +" +country_ab2 "" +country_ab3 "" +country_num 804 +END LC_ADDRESS + +LC_TELEPHONE +tel_int_fmt "/ +" +int_prefix "" +END LC_TELEPHONE + +LC_NAME +name_fmt "/ +" +END LC_NAME -- 2.7.4