summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorMax Kellermann <max@musicpd.org>2017-09-20 23:43:06 +0200
committerMax Kellermann <max@musicpd.org>2017-09-20 23:43:27 +0200
commit1295a1272a1d787986c99bd133261fe45c763efc (patch)
tree3f5a9d5299063e9d69f99a9a275097d02908dbb0 /NEWS
parent66646d927637b7b370fa81a098d3c35de7a47748 (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--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 4857d2cda..ae617cdce 100644
--- a/NEWS
+++ b/NEWS
@@ -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