~ubuntu-branches/ubuntu/hardy/belocs-locales-data/hardy

« back to all changes in this revision

Viewing changes to localedata/tst-fmon-locales/tstfmon_n12y11

  • Committer: Bazaar Package Importer
  • Author(s): Denis Barbier
  • Date: 2005-05-17 22:09:38 UTC
  • Revision ID: james.westby@ubuntu.com-20050517220938-814x2iu6tkj3ml2o
Tags: upstream-2.3.4
ImportĀ upstreamĀ versionĀ 2.3.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# One of a set of test locales for strfmon()
 
2
 
 
3
# The six characters after the "_" in the locale name indicate
 
4
# the last six LC_MONETARY values below.
 
5
 
 
6
LC_CTYPE
 
7
copy "POSIX"
 
8
END LC_CTYPE
 
9
 
 
10
LC_MONETARY
 
11
int_curr_symbol         "<U0055><U0053><U0043><U0020>"
 
12
currency_symbol         "<U0024>"
 
13
mon_decimal_point       "<U002E>"
 
14
mon_thousands_sep       "<U002C>"
 
15
mon_grouping            3;3
 
16
positive_sign           "<U002B>"
 
17
negative_sign           "<U002D>"
 
18
int_frac_digits         2
 
19
frac_digits             2
 
20
p_cs_precedes           0
 
21
p_sign_posn             1
 
22
p_sep_by_space          2
 
23
n_cs_precedes           1
 
24
n_sign_posn             1
 
25
n_sep_by_space          1
 
26
int_p_cs_precedes       0
 
27
int_p_sign_posn         1
 
28
int_p_sep_by_space      2
 
29
int_n_cs_precedes       1
 
30
int_n_sign_posn         1
 
31
int_n_sep_by_space      1
 
32
END LC_MONETARY