Skip to content

Commit

Permalink
[BZ #388]
Browse files Browse the repository at this point in the history
	* locales/pl_PL: Don't ignore U0020 in collation.
  • Loading branch information
Ulrich Drepper committed May 1, 2006
1 parent 39450ec commit 977bb95
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions localedata/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
2006-05-01 Ulrich Drepper <drepper@redhat.com>

[BZ #388]
* locales/pl_PL: Don't ignore U0020 in collation.

[BZ #352]
* locales/ru_RU: Use U2002 for thousands_sep and
mon_throusands_sep.
Expand Down
2 changes: 1 addition & 1 deletion localedata/locales/pl_PL
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ order_start forward;backward/
<SPECIAL>

<U00A0> <U00A0>;<U00A0>;<U00A0>;IGNORE
<U0020> IGNORE;IGNORE;IGNORE;<U0020>
<U0020> <U0020>;IGNORE;<U0020>;<U0020>
<U0009> IGNORE;IGNORE;IGNORE;<U0009>
<U000B> IGNORE;IGNORE;IGNORE;<U000B>
<U000D> IGNORE;IGNORE;IGNORE;<U000D>
Expand Down

0 comments on commit 977bb95

Please sign in to comment.