Patrick Ohly changed bug 64140
What Removed Added
Status NEEDINFO RESOLVED
Resolution --- NOTABUG

Comment # 8 on bug 64140 from
(In reply to comment #7)
> The locale was:
...
> LC_COLLATE="POSIX"
...
> It seems solved the problem with:
...
> LC_COLLATE="ja_JP.utf8"

POSIX probably didn't enable UTF-8 support, thus breaking the 1月 when making
each byte lower-case according to an ASCII character mapping. Any *.utf8 locale
should be fine for searching. Picking the right one for the local country
becomes more important for sorting.


You are receiving this mail because: