Skip to content

Commit

Permalink
[BZ #3842]
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
Ulrich Drepper committed Aug 25, 2007
1 parent d250df8 commit 1ae07d4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions localedata/ChangeLog
Original file line number Diff line number Diff line change
@@ -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]
Expand Down
4 changes: 2 additions & 2 deletions localedata/locales/ru_RU
Original file line number Diff line number Diff line change
Expand Up @@ -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>"
Expand All @@ -97,7 +97,7 @@ END LC_MONETARY

LC_NUMERIC
decimal_point "<U002C>"
thousands_sep "<U2002>"
thousands_sep "<U00A0>"
grouping 3;3
END LC_NUMERIC

Expand Down

0 comments on commit 1ae07d4

Please sign in to comment.