mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-14 01:00:07 +00:00
8956ac9e97
2000-04-09 Ulrich Drepper <drepper@redhat.com> * localedata/Makefile: Add rules to clean up directories created by new strfmon tests. 2000-04-09 Geoff Clare <gwc@unisoft.com> * localedata/tst-fmon.data: Added new tests for strfmon() using test locales with all combinations of cs_precedes, sign_posn and sep_by_space. * localedata/tst-fmon.sh: Updated to support the new tests. * localedata/tst-fmon-locales/tstfmon_n01y12: New file containing the localedef source for the new strfmon() test locale. * localedata/tst-fmon-locales/tstfmon_n02n40: Likewise. * localedata/tst-fmon-locales/tstfmon_n10y31: Likewise. * localedata/tst-fmon-locales/tstfmon_n11y41: Likewise. * localedata/tst-fmon-locales/tstfmon_n12y11: Likewise. * localedata/tst-fmon-locales/tstfmon_n20n32: Likewise. * localedata/tst-fmon-locales/tstfmon_n30y20: Likewise. * localedata/tst-fmon-locales/tstfmon_n41n00: Likewise. * localedata/tst-fmon-locales/tstfmon_y01y10: Likewise. * localedata/tst-fmon-locales/tstfmon_y02n22: Likewise. * localedata/tst-fmon-locales/tstfmon_y22n42: Likewise. * localedata/tst-fmon-locales/tstfmon_y30y21: Likewise. * localedata/tst-fmon-locales/tstfmon_y32n31: Likewise. * localedata/tst-fmon-locales/tstfmon_y40y00: Likewise. * localedata/tst-fmon-locales/tstfmon_y42n21: Likewise. * stdlib/strfmon.c: Correct problems with missing or extra spaces for unusual combinations of sign_posn and sep_by_space. Improved left-precision alignment code.
29 lines
669 B
Plaintext
29 lines
669 B
Plaintext
repertoiremap mnemonic.ds
|
|
|
|
# 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 "<U><S><D><SP>"
|
|
currency_symbol "<DO>"
|
|
mon_decimal_point "<.>"
|
|
mon_thousands_sep "<,>"
|
|
mon_grouping 3;3
|
|
positive_sign "<+>"
|
|
negative_sign "<->"
|
|
int_frac_digits 2
|
|
frac_digits 2
|
|
p_cs_precedes 1
|
|
p_sign_posn 4
|
|
p_sep_by_space 2
|
|
n_cs_precedes 0
|
|
n_sign_posn 2
|
|
n_sep_by_space 1
|
|
END LC_MONETARY
|