xref: /minix3/share/locale/monetary/converted/en_US.US-ASCII.src (revision 36dcc4a4a93f782ada76dce3d52fbeab0e063cf1)
1*36dcc4a4SLionel Sambuc# $NetBSD: en_US.US-ASCII.src,v 1.1 2013/08/11 22:09:41 joerg Exp $
2*36dcc4a4SLionel Sambuc#
3*36dcc4a4SLionel Sambuc# Locale: en_US
4*36dcc4a4SLionel Sambuc# Character set: US-ASCII
5*36dcc4a4SLionel Sambuc#
6*36dcc4a4SLionel Sambuc# Copyright 1991-2011 Unicode, Inc. All rights reserved. Distributed under the Terms of Use in
7*36dcc4a4SLionel Sambuc# http://www.unicode.org/copyright.html.
8*36dcc4a4SLionel Sambuc#
9*36dcc4a4SLionel Sambuc# Permission is hereby granted, free of charge, to any person obtaining a copy of the Unicode
10*36dcc4a4SLionel Sambuc# data files and any associated documentation (the "Data Files") or Unicode software and any
11*36dcc4a4SLionel Sambuc# associated documentation (the "Software") to deal in the Data Files or Software without
12*36dcc4a4SLionel Sambuc# restriction, including without limitation the rights to use, copy, modify, merge, publish,
13*36dcc4a4SLionel Sambuc# distribute, and/or sell copies of the Data Files or Software, and to permit persons to whom
14*36dcc4a4SLionel Sambuc# the Data Files or Software are furnished to do so, provided that (a) the above copyright
15*36dcc4a4SLionel Sambuc# notice(s) and this permission notice appear with all copies of the Data Files or Software,
16*36dcc4a4SLionel Sambuc# (b) both the above copyright notice(s) and this permission notice appear in associated
17*36dcc4a4SLionel Sambuc# documentation, and (c) there is clear notice in each modified Data File or in the Software as
18*36dcc4a4SLionel Sambuc# well as in the documentation associated with the Data File(s) or Software that the data or
19*36dcc4a4SLionel Sambuc# software has been modified.
20*36dcc4a4SLionel Sambuc#
21*36dcc4a4SLionel Sambuc# THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
22*36dcc4a4SLionel Sambuc# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
23*36dcc4a4SLionel Sambuc# PARTICULAR PURPOSE AND NONINFRINGEMENT OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT
24*36dcc4a4SLionel Sambuc# HOLDER OR HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR
25*36dcc4a4SLionel Sambuc# CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
26*36dcc4a4SLionel Sambuc# WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
27*36dcc4a4SLionel Sambuc# CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA FILES OR SOFTWARE.
28*36dcc4a4SLionel Sambuc#
29*36dcc4a4SLionel Sambuc# International Currency Symbol (int_curr_symbol)
30*36dcc4a4SLionel Sambuc#     NOTE: Last character is always SPACE
31*36dcc4a4SLionel Sambuc#
32*36dcc4a4SLionel SambucUSD
33*36dcc4a4SLionel Sambuc#
34*36dcc4a4SLionel Sambuc# Currency Symbol (currency_symbol)
35*36dcc4a4SLionel Sambuc#
36*36dcc4a4SLionel Sambuc$
37*36dcc4a4SLionel Sambuc#
38*36dcc4a4SLionel Sambuc# Monetary Decimal Point (mon_decimal_point)
39*36dcc4a4SLionel Sambuc#
40*36dcc4a4SLionel Sambuc.
41*36dcc4a4SLionel Sambuc#
42*36dcc4a4SLionel Sambuc# Monetary Thousands Separator (mon_thousands_sep)
43*36dcc4a4SLionel Sambuc#
44*36dcc4a4SLionel Sambuc,
45*36dcc4a4SLionel Sambuc#
46*36dcc4a4SLionel Sambuc# Monetary Grouping Sequence (mon_grouping)
47*36dcc4a4SLionel Sambuc#    A sequence of integers separated by semi-colons ';'.
48*36dcc4a4SLionel Sambuc#
49*36dcc4a4SLionel Sambuc3
50*36dcc4a4SLionel Sambuc#
51*36dcc4a4SLionel Sambuc# Positive Sign (positive_sign)
52*36dcc4a4SLionel Sambuc#
53*36dcc4a4SLionel Sambuc
54*36dcc4a4SLionel Sambuc#
55*36dcc4a4SLionel Sambuc# Negative Sign (negative_sign)
56*36dcc4a4SLionel Sambuc#
57*36dcc4a4SLionel Sambuc-
58*36dcc4a4SLionel Sambuc#
59*36dcc4a4SLionel Sambuc# International Fractional Digits (int_frac_digits)
60*36dcc4a4SLionel Sambuc#
61*36dcc4a4SLionel Sambuc2
62*36dcc4a4SLionel Sambuc#
63*36dcc4a4SLionel Sambuc# Fractional Digits (frac_digits)
64*36dcc4a4SLionel Sambuc#
65*36dcc4a4SLionel Sambuc2
66*36dcc4a4SLionel Sambuc#
67*36dcc4a4SLionel Sambuc# Currency Symbol Precedes Positive Value (p_cs_precedes)
68*36dcc4a4SLionel Sambuc#    Must be either 1 or 0.
69*36dcc4a4SLionel Sambuc#
70*36dcc4a4SLionel Sambuc1
71*36dcc4a4SLionel Sambuc#
72*36dcc4a4SLionel Sambuc# Separation of Currency Symbol, Sign, and Positive Value by a Space
73*36dcc4a4SLionel Sambuc# (p_sep_by_space)
74*36dcc4a4SLionel Sambuc#    Must be 0, 1, or 2
75*36dcc4a4SLionel Sambuc#
76*36dcc4a4SLionel Sambuc0
77*36dcc4a4SLionel Sambuc#
78*36dcc4a4SLionel Sambuc# Currency Symbol Precedes Negative Value (n_cs_precedes)
79*36dcc4a4SLionel Sambuc#    Must be either 1 or 0.
80*36dcc4a4SLionel Sambuc#
81*36dcc4a4SLionel Sambuc1
82*36dcc4a4SLionel Sambuc#
83*36dcc4a4SLionel Sambuc# Separation of Currency Symbol, Sign, and Negative Value (n_sep_by_space)
84*36dcc4a4SLionel Sambuc#    Must be 0, 1, or 2
85*36dcc4a4SLionel Sambuc#
86*36dcc4a4SLionel Sambuc0
87*36dcc4a4SLionel Sambuc#
88*36dcc4a4SLionel Sambuc# Positive Sign Position (p_sign_posn)
89*36dcc4a4SLionel Sambuc#    Must be 0, 1, 2, 3, or 4
90*36dcc4a4SLionel Sambuc#
91*36dcc4a4SLionel Sambuc1
92*36dcc4a4SLionel Sambuc#
93*36dcc4a4SLionel Sambuc# Negative Sign Position (n_sign_posn)
94*36dcc4a4SLionel Sambuc#    Must be 0, 1, 2, 3, or 4
95*36dcc4a4SLionel Sambuc#
96*36dcc4a4SLionel Sambuc1
97*36dcc4a4SLionel Sambuc#
98*36dcc4a4SLionel Sambuc# International Currency Symbol Precedes Positive Value
99*36dcc4a4SLionel Sambuc# (int_p_cs_precedes)
100*36dcc4a4SLionel Sambuc#    Must be either 1 or 0.
101*36dcc4a4SLionel Sambuc#
102*36dcc4a4SLionel Sambuc1
103*36dcc4a4SLionel Sambuc#
104*36dcc4a4SLionel Sambuc# Separation of International Currency Symbol, Sign, and Positive Value
105*36dcc4a4SLionel Sambuc# (int_p_sep_by_space)
106*36dcc4a4SLionel Sambuc#    Must be 0, 1, or 2
107*36dcc4a4SLionel Sambuc#
108*36dcc4a4SLionel Sambuc0
109*36dcc4a4SLionel Sambuc#
110*36dcc4a4SLionel Sambuc# International Currency Symbol Precedes Negative Value (int_n_cs_precedes)
111*36dcc4a4SLionel Sambuc#    Must be either 1 or 0.
112*36dcc4a4SLionel Sambuc#
113*36dcc4a4SLionel Sambuc1
114*36dcc4a4SLionel Sambuc#
115*36dcc4a4SLionel Sambuc# Separation of International Currency Symbol, Sign, and Negative Value
116*36dcc4a4SLionel Sambuc# (int_n_sep_by_space)
117*36dcc4a4SLionel Sambuc#    Must be 0, 1, or 2
118*36dcc4a4SLionel Sambuc#
119*36dcc4a4SLionel Sambuc0
120*36dcc4a4SLionel Sambuc#
121*36dcc4a4SLionel Sambuc# International Positive Sign Position (int_p_sign_posn)
122*36dcc4a4SLionel Sambuc#    Must be 0, 1, 2, 3, or 4
123*36dcc4a4SLionel Sambuc#
124*36dcc4a4SLionel Sambuc1
125*36dcc4a4SLionel Sambuc#
126*36dcc4a4SLionel Sambuc# International Negative Sign Position (int_n_sign_posn)
127*36dcc4a4SLionel Sambuc#    Must be 0, 1, 2, 3, or 4
128*36dcc4a4SLionel Sambuc#
129*36dcc4a4SLionel Sambuc1
130*36dcc4a4SLionel Sambuc# EOF
131*36dcc4a4SLionel Sambuc
132