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_y02n22 | |
parent | 8b682b9907ad1d60bdd45431e0e3bbdf358837ec (diff) | |
download | glibc-7475d01602e881e206a29ee30bc8c3e85c235379.tar glibc-7475d01602e881e206a29ee30bc8c3e85c235379.tar.gz glibc-7475d01602e881e206a29ee30bc8c3e85c235379.tar.bz2 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_y02n22')
-rw-r--r-- | localedata/tst-fmon-locales/tstfmon_y02n22 | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/localedata/tst-fmon-locales/tstfmon_y02n22 b/localedata/tst-fmon-locales/tstfmon_y02n22 index 9a1dd61a13..26c8158d21 100644 --- a/localedata/tst-fmon-locales/tstfmon_y02n22 +++ b/localedata/tst-fmon-locales/tstfmon_y02n22 @@ -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 "<O></><D>" +negative_sign "<U004F><U002F><U0044>" int_frac_digits 2 frac_digits 2 p_cs_precedes 1 |