diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-06-26 00:38:37 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-06-26 00:38:37 +0000 |
commit | 7475d01602e881e206a29ee30bc8c3e85c235379 (patch) | |
tree | 841acac97699c058c94e84216f702f091f360cd0 /localedata/tst-fmon-locales/tstfmon_y01y10 | |
parent | 8b682b9907ad1d60bdd45431e0e3bbdf358837ec (diff) | |
download | glibc-7475d01602e881e206a29ee30bc8c3e85c235379.tar.gz glibc-7475d01602e881e206a29ee30bc8c3e85c235379.tar.xz glibc-7475d01602e881e206a29ee30bc8c3e85c235379.zip |
Update.
2000-06-25 Greg McGary <greg@mcgary.org> * sysdeps/i386/i586/memcpy.S: Redefine memcpy as mempcpy, not as bcopy.
Diffstat (limited to 'localedata/tst-fmon-locales/tstfmon_y01y10')
-rw-r--r-- | localedata/tst-fmon-locales/tstfmon_y01y10 | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/localedata/tst-fmon-locales/tstfmon_y01y10 b/localedata/tst-fmon-locales/tstfmon_y01y10 index fa3dffec88..1e26360b91 100644 --- a/localedata/tst-fmon-locales/tstfmon_y01y10 +++ b/localedata/tst-fmon-locales/tstfmon_y01y10 @@ -1,5 +1,3 @@ -repertoiremap mnemonic.ds - # One of a set of test locales for strfmon() # The six characters after the "_" in the locale name indicate @@ -10,13 +8,13 @@ copy "POSIX" END LC_CTYPE LC_MONETARY -int_curr_symbol "<U><S><D><SP>" -currency_symbol "<DO>" -mon_decimal_point "<.>" -mon_thousands_sep "<,>" +int_curr_symbol "<U0055><U0053><U0043><U0020>" +currency_symbol "<U0024>" +mon_decimal_point "<U002E>" +mon_thousands_sep "<U002C>" mon_grouping 3;3 -positive_sign "<+>" -negative_sign "<->" +positive_sign "<U002B>" +negative_sign "<U002D>" int_frac_digits 2 frac_digits 2 p_cs_precedes 1 |