forked from sandstorm-io/sandstorm
-
Notifications
You must be signed in to change notification settings - Fork 0
/
localedata-C
227 lines (202 loc) · 7.29 KB
/
localedata-C
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
escape_char /
comment_char %
% Locale for C locale in UTF-8
LC_IDENTIFICATION
title "C locale"
source ""
address ""
contact ""
email "[email protected]"
tel ""
fax ""
language "C"
territory ""
revision "1.0"
date "2015-11-30"
%
category "i18n:2012";LC_IDENTIFICATION
category "i18n:2012";LC_CTYPE
category "i18n:2012";LC_COLLATE
category "i18n:2012";LC_TIME
category "i18n:2012";LC_NUMERIC
category "i18n:2012";LC_MONETARY
category "i18n:2012";LC_MESSAGES
category "i18n:2012";LC_PAPER
category "i18n:2012";LC_NAME
category "i18n:2012";LC_ADDRESS
category "i18n:2012";LC_TELEPHONE
category "i18n:2012";LC_MEASUREMENT
END LC_IDENTIFICATION
LC_CTYPE
copy "i18n"
translit_start
include "translit_combining";""
translit_end
END LC_CTYPE
LC_COLLATE
% Using Fedora's technique for reducing this from 1114111 literals to a tiny handful.
order_start forward
<U0000>
..
<UFFFF>
<U10000>
..
<UFFFFF>
<U100000>
..
<U10FFFF>
UNDEFINED
order_end
END LC_COLLATE
LC_MONETARY
% This is the 14652 i18n fdcc-set definition for
% the LC_MONETARY category
% (except for the int_curr_symbol and currency_symbol, they are empty in
% the 14652 i18n fdcc-set definition and also empty in
% glibc/locale/C-monetary.c. But localedef complains in that case).
%
% Using "USD" for int_curr_symbol. But maybe "XXX" would be better?
% XXX is "No currency" (https://en.wikipedia.org/wiki/ISO_4217)
int_curr_symbol "<U0055><U0053><U0044><U0020>"
% Using "$" for currency_symbol. But maybe <U00A4> would be better?
% U+00A4 is the "generic currency symbol"
% (https://en.wikipedia.org/wiki/Currency_sign_%28typography%29)
currency_symbol "<U0024>"
mon_decimal_point "<U002E>"
mon_thousands_sep ""
mon_grouping -1
positive_sign ""
negative_sign "<U002D>"
int_frac_digits -1
frac_digits -1
p_cs_precedes -1
int_p_sep_by_space -1
p_sep_by_space -1
n_cs_precedes -1
int_n_sep_by_space -1
n_sep_by_space -1
p_sign_posn -1
n_sign_posn -1
%
END LC_MONETARY
LC_NUMERIC
% This is the POSIX Locale definition for
% the LC_NUMERIC category.
%
decimal_point "<U002E>"
thousands_sep ""
grouping -1
END LC_NUMERIC
LC_TIME
% This is the POSIX Locale definition for
% the LC_TIME category.
%
% Abbreviated weekday names (%a)
abday "<U0053><U0075><U006E>";"<U004D><U006F><U006E>";/
"<U0054><U0075><U0065>";"<U0057><U0065><U0064>";/
"<U0054><U0068><U0075>";"<U0046><U0072><U0069>";/
"<U0053><U0061><U0074>"
% Full weekday names (%A)
day "<U0053><U0075><U006E><U0064><U0061><U0079>";/
"<U004D><U006F><U006E><U0064><U0061><U0079>";/
"<U0054><U0075><U0065><U0073><U0064><U0061><U0079>";/
"<U0057><U0065><U0064><U006E><U0065><U0073><U0064><U0061><U0079>";/
"<U0054><U0068><U0075><U0072><U0073><U0064><U0061><U0079>";/
"<U0046><U0072><U0069><U0064><U0061><U0079>";/
"<U0053><U0061><U0074><U0075><U0072><U0064><U0061><U0079>"
% Abbreviated month names (%b)
abmon "<U004A><U0061><U006E>";"<U0046><U0065><U0062>";/
"<U004D><U0061><U0072>";"<U0041><U0070><U0072>";/
"<U004D><U0061><U0079>";"<U004A><U0075><U006E>";/
"<U004A><U0075><U006C>";"<U0041><U0075><U0067>";/
"<U0053><U0065><U0070>";"<U004F><U0063><U0074>";/
"<U004E><U006F><U0076>";"<U0044><U0065><U0063>"
% Full month names (%B)
mon "<U004A><U0061><U006E><U0075><U0061><U0072><U0079>";/
"<U0046><U0065><U0062><U0072><U0075><U0061><U0072><U0079>";/
"<U004D><U0061><U0072><U0063><U0068>";/
"<U0041><U0070><U0072><U0069><U006C>";/
"<U004D><U0061><U0079>";/
"<U004A><U0075><U006E><U0065>";/
"<U004A><U0075><U006C><U0079>";/
"<U0041><U0075><U0067><U0075><U0073><U0074>";/
"<U0053><U0065><U0070><U0074><U0065><U006D><U0062><U0065><U0072>";/
"<U004F><U0063><U0074><U006F><U0062><U0065><U0072>";/
"<U004E><U006F><U0076><U0065><U006D><U0062><U0065><U0072>";/
"<U0044><U0065><U0063><U0065><U006D><U0062><U0065><U0072>"
% Week description, consists of three fields:
% 1. Number of days in a week.
% 2. Gregorian date that is a first weekday (19971130 for Sunday, 19971201 for Monday).
% 3. The weekday number to be contained in the first week of the year.
%
% ISO 8601 conforming applications should use the values 7, 19971201 (a
% Monday), and 4 (Thursday), respectively.
% We mimic Debian here, with the US-centric Sunday-through-Saturday week
week 7;19971130;7
first_weekday 1
first_workday 2
% Appropriate date and time representation (%c)
% "%a %b %e %H:%M:%S %Y"
d_t_fmt "<U0025><U0061><U0020><U0025><U0062><U0020><U0025><U0065><U0020><U0025><U0048><U003A><U0025><U004D><U003A><U0025><U0053><U0020><U0025><U0059>"
% Appropriate date representation (%x)
% "%m/%d/%y"
d_fmt "<U0025><U006D><U002F><U0025><U0064><U002F><U0025><U0079>"
% Appropriate time representation (%X)
% "%H:%M:%S"
t_fmt "<U0025><U0048><U003A><U0025><U004D><U003A><U0025><U0053>"
% Appropriate AM/PM time representation (%r)
% "%I:%M:%S %p"
t_fmt_ampm "<U0025><U0049><U003A><U0025><U004D><U003A><U0025><U0053><U0020><U0025><U0070>"
% Equivalent of AM/PM (%p) "AM"/"PM"
am_pm "<U0041><U004D>";"<U0050><U004D>"
% Appropriate date representation (date(1)) "%a %b %e %H:%M:%S %Z %Y"
date_fmt "<U0025><U0061><U0020><U0025><U0062><U0020><U0025><U0065><U0020><U0025><U0048><U003A><U0025><U004D><U003A><U0025><U0053><U0020><U0025><U005A><U0020><U0025><U0059>"
END LC_TIME
LC_MESSAGES
% This is the POSIX Locale definition for
% the LC_NUMERIC category.
%
yesexpr "<U005E><U005B><U0079><U0059><U005D>"
noexpr "<U005E><U005B><U006E><U004E><U005D>"
yesstr "<U0059><U0065><U0073>"
nostr "<U004E><U006F>"
END LC_MESSAGES
LC_PAPER
% This is the ISO/IEC 14652 "i18n" definition for
% the LC_PAPER category.
% (A4 paper, this is also used in the built in C/POSIX
% locale in glibc/locale/C-paper.c)
height 297
width 210
END LC_PAPER
LC_NAME
% This is the ISO/IEC 14652 "i18n" definition for
% the LC_NAME category.
% "%p%t%g%t%m%t%f"
% (this value matches the built in C/POSIX locale in glibc/locale/C-name.c)
name_fmt "<U0025><U0070><U0025><U0074><U0025><U0067><U0025><U0074>/
<U0025><U006D><U0025><U0074><U0025><U0066>"
END LC_NAME
LC_ADDRESS
% This is the ISO/IEC 14652 "i18n" definition for the LC_ADDRESS category.
% "%a%N%f%N%d%N%b%N%s %h %e %r%N%C-%z %T%N%c%N"
% (this value matches the built in C/POSIX locale in glibc/locale/C-address.c)
postal_fmt "<U0025><U0061><U0025><U004E><U0025><U0066><U0025><U004E>/
<U0025><U0064><U0025><U004E><U0025><U0062><U0025><U004E><U0025><U0073>/
<U0020><U0025><U0068><U0020><U0025><U0065><U0020><U0025><U0072><U0025>/
<U004E><U0025><U0043><U002D><U0025><U007A><U0020><U0025><U0054><U0025>/
<U004E><U0025><U0063><U0025><U004E>"
END LC_ADDRESS
LC_TELEPHONE
% This is the ISO/IEC 14652 "i18n" definition for the LC_TELEPHONE category.
% "+%c %a %l"
tel_int_fmt "<U002B><U0025><U0063><U0020><U0025><U0061><U0020><U0025>/
<U006C>"
% (this value matches the built in C/POSIX locale in glibc/locale/C-telephone.c)
END LC_TELEPHONE
LC_MEASUREMENT
% This is the ISO/IEC 14652 "i18n" definition for the LC_MEASUREMENT category.
% (this value matches the built in C/POSIX locale in glibc/locale/C-measurement.c)
%metric
measurement 1
END LC_MEASUREMENT