diff options
author | Max Kellermann <max@musicpd.org> | 2017-09-20 23:43:06 +0200 |
---|---|---|
committer | Max Kellermann <max@musicpd.org> | 2017-09-20 23:43:27 +0200 |
commit | 1295a1272a1d787986c99bd133261fe45c763efc (patch) | |
tree | 3f5a9d5299063e9d69f99a9a275097d02908dbb0 /NEWS | |
parent | 66646d927637b7b370fa81a098d3c35de7a47748 (diff) |
lib/icu/Compare: add fallback using strcasecmp() and strcasestr()
Our IcuCaseFold() fallback using strxfrm() is not actually case
insensitive. This commit fixes the problem by switching to
strcasecmp(). That function is not guaranteed to support UTF-8, but
it's the best we can do in this sparse situation.
Closes #111
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -3,6 +3,7 @@ ver 0.20.11 (not yet released) - curl: support Content-Type application/xml * decoder - ffmpeg: more reliable song duration +* fix case insensitive search without libicu ver 0.20.10 (2017/08/24) * decoder |