https://bugs.freedesktop.org/show_bug.cgi?id=64140
Patrick Ohly <patrick.ohly(a)gmx.de> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEEDINFO |RESOLVED
Resolution|--- |NOTABUG
--- Comment #8 from Patrick Ohly <patrick.ohly(a)gmx.de> ---
(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:
You are on the CC list for the bug.