1comment_char % 2escape_char / 3 4% This file is part of the GNU C Library and contains locale data. 5% The Free Software Foundation does not claim any copyright interest 6% in the locale data contained in this file. The foregoing does not 7% affect the license of the GNU C Library as a whole. It does not 8% exempt you from the conditions of the license if your use would 9% otherwise be governed by that license. 10 11% Chinese language locale for the Peoples Republic of China 12% 13% This work is based on ISO PDTR 14652, Unicode 3.0, locale definition 14% file for zh_CN revision 1.0 (hashao@china.com, 1999-04-28) and 15% charmap file for GBK version 1.0 (sean.chen@turbolinux.com). 16% 17% The file is designed to work with multiple charsets. To ease the 18% maintance and adding support for new charsets, all characters are 19% in UCS notation and presented in Unicode order. 20% 21% Changelog: 22% Tue Jul 25 2000 Yong Li <rigel863@hotmail.com> 23% - first version for glibc 2.2 24 25LC_IDENTIFICATION 26title "Chinese locale for Peoples Republic of China" 27source "" 28address "" 29contact "" 30email "bug-glibc-locales@gnu.org" 31tel "" 32fax "" 33language "Chinese" 34territory "China" 35revision "0.1" 36date "2000-07-25" 37 38category "i18n:2012";LC_IDENTIFICATION 39category "i18n:2012";LC_CTYPE 40category "i18n:2012";LC_COLLATE 41category "i18n:2012";LC_TIME 42category "i18n:2012";LC_NUMERIC 43category "i18n:2012";LC_MONETARY 44category "i18n:2012";LC_MESSAGES 45category "i18n:2012";LC_PAPER 46category "i18n:2012";LC_NAME 47category "i18n:2012";LC_ADDRESS 48category "i18n:2012";LC_TELEPHONE 49category "i18n:2012";LC_MEASUREMENT 50END LC_IDENTIFICATION 51 52 53LC_CTYPE 54% This is a copy of the "i18n" LC_CTYPE with the following modifications: 55% - Additional classes: hanzi 56 57copy "i18n" 58 59translit_start 60include "translit_combining";"" 61translit_end 62 63class "hanzi"; / 64% <U3400>..<U4DBF>;/ 65 <U4E00>..<U9FA5>;/ 66 <UF92C>;<UF979>;<UF995>;<UF9E7>;<UF9F1>;<UFA0C>;<UFA0D>;<UFA0E>;/ 67 <UFA0F>;<UFA11>;<UFA13>;<UFA14>;<UFA18>;<UFA1F>;<UFA20>;<UFA21>;/ 68 <UFA23>;<UFA24>;<UFA27>;<UFA28>;<UFA29> 69END LC_CTYPE 70 71% ISO 14651 collation sequence 72LC_COLLATE 73copy "iso14651_t1_pinyin" 74END LC_COLLATE 75 76 77LC_MONETARY 78int_curr_symbol "CNY " 79currency_symbol "<UFFE5>" 80mon_decimal_point "." 81mon_thousands_sep "," 82mon_grouping 3 83positive_sign "" 84negative_sign "-" 85int_frac_digits 2 86frac_digits 2 87p_cs_precedes 1 88p_sep_by_space 0 89n_cs_precedes 1 90n_sep_by_space 0 91int_p_cs_precedes 1 92int_p_sep_by_space 0 93int_n_cs_precedes 1 94int_n_sep_by_space 0 95p_sign_posn 4 96n_sign_posn 4 97int_p_sign_posn 1 98int_n_sign_posn 1 99END LC_MONETARY 100 101LC_NUMERIC 102decimal_point "." 103thousands_sep "," 104grouping 3 105END LC_NUMERIC 106 107LC_TIME 108abday "<U65E5>";"<U4E00>";"<U4E8C>";"<U4E09>";"<U56DB>";"<U4E94>";"<U516D>" 109 110day "<U661F><U671F><U65E5>";/ 111 "<U661F><U671F><U4E00>";/ 112 "<U661F><U671F><U4E8C>";/ 113 "<U661F><U671F><U4E09>";/ 114 "<U661F><U671F><U56DB>";/ 115 "<U661F><U671F><U4E94>";/ 116 "<U661F><U671F><U516D>" 117 118abmon "1<U6708>";"2<U6708>";/ 119 "3<U6708>";"4<U6708>";/ 120 "5<U6708>";"6<U6708>";/ 121 "7<U6708>";"8<U6708>";/ 122 "9<U6708>";"10<U6708>";/ 123 "11<U6708>";"12<U6708>" 124 125mon "<U4E00><U6708>";"<U4E8C><U6708>";"<U4E09><U6708>";/ 126 "<U56DB><U6708>";"<U4E94><U6708>";"<U516D><U6708>";/ 127 "<U4E03><U6708>";"<U516B><U6708>";"<U4E5D><U6708>";/ 128 "<U5341><U6708>";"<U5341><U4E00><U6708>";"<U5341><U4E8C><U6708>" 129 130d_t_fmt "%Y<U5E74>%m<U6708>%d<U65E5> %A %H<U65F6>%M<U5206>%S<U79D2>" 131 132d_fmt "%Y<U5E74>%m<U6708>%d<U65E5>" 133 134t_fmt "%H<U65F6>%M<U5206>%S<U79D2>" 135 136am_pm "<U4E0A><U5348>";"<U4E0B><U5348>" 137 138t_fmt_ampm "%p %I<U65F6>%M<U5206>%S<U79D2>" 139 140date_fmt "%Y<U5E74> %m<U6708> %d<U65E5> %A %H:%M:%S %Z" 141week 7;19971130;1 142first_weekday 2 143END LC_TIME 144 145LC_MESSAGES 146yesexpr "^[+1yY<UFF59><UFF39><U662F>]" 147noexpr "^[-0nN<UFF4E><UFF2E><U4E0D><U5426>]" 148yesstr "<U662F>" 149nostr "<U4E0D><U662F>" 150END LC_MESSAGES 151 152LC_PAPER 153copy "i18n" 154END LC_PAPER 155 156LC_TELEPHONE 157tel_int_fmt "+%c %a %l" 158tel_dom_fmt "0%a %l" 159int_select "00" 160int_prefix "86" 161END LC_TELEPHONE 162 163LC_NAME 164name_fmt "%f%t%g%t%d" 165name_gen "" 166name_miss "<U5C0F><U59D0>" 167name_mr "<U5148><U751F>" 168name_mrs "<U592A><U592A>" 169name_ms "<U5973><U58EB>" 170END LC_NAME 171 172LC_ADDRESS 173postal_fmt "%c%N%T%N%s %h %e %r%N%b%N%d%N%f%N%a%N" 174country_name "<U4E2D><U534E><U4EBA><U6C11><U5171><U548C><U56FD>" 175%country_post "FIXME" 176country_ab2 "CN" 177country_ab3 "CHN" 178country_num 156 179country_car "CHN" 180country_isbn 7 181lang_name "<U4E2D><U6587>" 182lang_ab "zh" 183lang_term "zho" 184lang_lib "chi" 185END LC_ADDRESS 186 187LC_MEASUREMENT 188copy "i18n" 189END LC_MEASUREMENT 190