diff options
author | Ulrich Drepper <drepper@redhat.com> | 2007-08-25 05:44:16 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2007-08-25 05:44:16 +0000 |
commit | 1ae07d48d411e9d45678ec06d8d905c01b1f3d62 (patch) | |
tree | 64d6766d9b194c9162bfc723c407ec75c091d605 /localedata | |
parent | d250df8c5773e4aa7a02664659a8c4429d837a85 (diff) | |
download | glibc-1ae07d48d411e9d45678ec06d8d905c01b1f3d62.tar.gz glibc-1ae07d48d411e9d45678ec06d8d905c01b1f3d62.tar.xz glibc-1ae07d48d411e9d45678ec06d8d905c01b1f3d62.zip |
[BZ #3842]
2007-08-24 Ulrich Drepper <drepper@redhat.com> [BZ #3842] * locales/ru_RU: Use U00A0 instead of U2002 for thousands separator. The latter might be more correct but usually cannot be displayed.
Diffstat (limited to 'localedata')
-rw-r--r-- | localedata/ChangeLog | 6 | ||||
-rw-r--r-- | localedata/locales/ru_RU | 4 |
2 files changed, 8 insertions, 2 deletions
diff --git a/localedata/ChangeLog b/localedata/ChangeLog index e92fc44c5e..7d39671a07 100644 --- a/localedata/ChangeLog +++ b/localedata/ChangeLog @@ -1,3 +1,9 @@ +2007-08-24 Ulrich Drepper <drepper@redhat.com> + + [BZ #3842] + * locales/ru_RU: Use U00A0 instead of U2002 for thousands separator. + The latter might be more correct but usually cannot be displayed. + 2007-08-22 Ulrich Drepper <drepper@redhat.com> [BZ #4554] diff --git a/localedata/locales/ru_RU b/localedata/locales/ru_RU index d00f3451db..f290f21285 100644 --- a/localedata/locales/ru_RU +++ b/localedata/locales/ru_RU @@ -81,7 +81,7 @@ LC_MONETARY int_curr_symbol "<U0052><U0055><U0042><U0020>" currency_symbol "<U0440><U0443><U0431>" mon_decimal_point "<U002E>" -mon_thousands_sep "<U2002>" +mon_thousands_sep "<U00A0>" mon_grouping 3;3 positive_sign "" negative_sign "<U002D>" @@ -97,7 +97,7 @@ END LC_MONETARY LC_NUMERIC decimal_point "<U002C>" -thousands_sep "<U2002>" +thousands_sep "<U00A0>" grouping 3;3 END LC_NUMERIC |