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% Locale for English locale in the USA 12 13LC_IDENTIFICATION 14title "English locale for the USA" 15source "Free Software Foundation, Inc." 16address "https:////www.gnu.org//software//libc//" 17contact "" 18email "bug-glibc-locales@gnu.org" 19tel "" 20fax "" 21language "American English" 22territory "United States" 23revision "1.0" 24date "2000-06-24" 25 26category "i18n:2012";LC_IDENTIFICATION 27category "i18n:2012";LC_CTYPE 28category "i18n:2012";LC_COLLATE 29category "i18n:2012";LC_TIME 30category "i18n:2012";LC_NUMERIC 31category "i18n:2012";LC_MONETARY 32category "i18n:2012";LC_MESSAGES 33category "i18n:2012";LC_PAPER 34category "i18n:2012";LC_NAME 35category "i18n:2012";LC_ADDRESS 36category "i18n:2012";LC_TELEPHONE 37category "i18n:2012";LC_MEASUREMENT 38END LC_IDENTIFICATION 39 40LC_CTYPE 41copy "en_GB" 42END LC_CTYPE 43 44LC_COLLATE 45 46% Copy the template from ISO/IEC 14651 47copy "iso14651_t1" 48 49END LC_COLLATE 50 51LC_MONETARY 52int_curr_symbol "USD " 53currency_symbol "$" 54mon_decimal_point "." 55mon_thousands_sep "," 56mon_grouping 3;3 57positive_sign "" 58negative_sign "-" 59int_frac_digits 2 60frac_digits 2 61p_cs_precedes 1 62int_p_sep_by_space 1 63p_sep_by_space 0 64n_cs_precedes 1 65int_n_sep_by_space 1 66n_sep_by_space 0 67p_sign_posn 1 68n_sign_posn 1 69% 70END LC_MONETARY 71 72LC_NUMERIC 73decimal_point "." 74thousands_sep "," 75grouping 3;3 76END LC_NUMERIC 77 78LC_TIME 79abday "Sun";"Mon";"Tue";"Wed";"Thu";"Fri";"Sat" 80day "Sunday";/ 81 "Monday";/ 82 "Tuesday";/ 83 "Wednesday";/ 84 "Thursday";/ 85 "Friday";/ 86 "Saturday" 87 88week 7;19971130;1 89abmon "Jan";"Feb";/ 90 "Mar";"Apr";/ 91 "May";"Jun";/ 92 "Jul";"Aug";/ 93 "Sep";"Oct";/ 94 "Nov";"Dec" 95mon "January";/ 96 "February";/ 97 "March";/ 98 "April";/ 99 "May";/ 100 "June";/ 101 "July";/ 102 "August";/ 103 "September";/ 104 "October";/ 105 "November";/ 106 "December" 107% Appropriate date and time representation (%c) 108d_t_fmt "%a %d %b %Y %r %Z" 109% 110% Appropriate date representation (%x) 111d_fmt "%m//%d//%Y" 112% 113% Appropriate time representation (%X) 114t_fmt "%r" 115% 116% Appropriate AM/PM time representation (%r) 117t_fmt_ampm "%I:%M:%S %p" 118% 119% Appropriate date and time representation for date(1). This is 120% different from d_t_fmt for historical reasons and has been different 121% since 2000 when date_fmt was added as a GNU extension. At the end 122% of 2018 it was adjusted to use 12H time (bug 24046) instead of 24H. 123date_fmt "%a %b %e %r %Z %Y" 124% 125% Strings for AM/PM 126% 127am_pm "AM";"PM" 128END LC_TIME 129 130LC_MESSAGES 131yesexpr "^[+1yY]" 132noexpr "^[-0nN]" 133yesstr "yes" 134nostr "no" 135END LC_MESSAGES 136 137LC_PAPER 138height 279 139width 216 140END LC_PAPER 141 142LC_NAME 143name_fmt "%d%t%g%t%m%t%f" 144name_miss "Miss." 145name_mr "Mr." 146name_mrs "Mrs." 147name_ms "Ms." 148END LC_NAME 149 150 151LC_ADDRESS 152postal_fmt "%a%N%f%N%d%N%b%N%h %s %e %r%N%T, %S %z%N%c%N" 153country_name "United States" 154country_post "USA" 155country_ab2 "US" 156country_ab3 "USA" 157country_num 840 158country_car "USA" 159country_isbn 0 160lang_name "English" 161lang_ab "en" 162lang_term "eng" 163lang_lib "eng" 164END LC_ADDRESS 165 166LC_TELEPHONE 167tel_int_fmt "+%c (%a) %l" 168tel_dom_fmt "(%a) %l" 169int_select "11" 170int_prefix "1" 171END LC_TELEPHONE 172 173LC_MEASUREMENT 174% US customary units. 175measurement 2 176END LC_MEASUREMENT 177