File: tstfmon_y32n31

package info (click to toggle)
glibc 2.23-4
  • links: PTS, VCS
  • area: main
  • in suites: jessie-backports
  • size: 233,552 kB
  • sloc: ansic: 987,702; asm: 260,118; sh: 10,380; makefile: 9,474; python: 3,957; cpp: 3,956; perl: 2,207; awk: 1,907; pascal: 1,527; yacc: 291; sed: 80
file content (32 lines) | stat: -rw-r--r-- 832 bytes parent folder | download | duplicates (49)
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
# One of a set of test locales for strfmon()

# The six characters after the "_" in the locale name indicate
# the last six LC_MONETARY values below.

LC_CTYPE
copy "POSIX"
END LC_CTYPE

LC_MONETARY
int_curr_symbol         "<U0055><U0053><U0043><U0020>"
currency_symbol         "<U0024>"
mon_decimal_point       "<U002E>"
mon_thousands_sep       "<U002C>"
mon_grouping            3;3
positive_sign           "<U002B>"
negative_sign           "<U002D>"
int_frac_digits         2
frac_digits             2
p_cs_precedes           1
p_sign_posn             3
p_sep_by_space          2
n_cs_precedes           0
n_sign_posn             3
n_sep_by_space          1
int_p_cs_precedes       1
int_p_sign_posn         3
int_p_sep_by_space      2
int_n_cs_precedes       0
int_n_sign_posn         3
int_n_sep_by_space      1
END LC_MONETARY