lib/icu/Canonicalize: convert all punctuation to ASCII

To make tag matching easier.

Closes https://github.com/MusicPlayerDaemon/MPD/issues/1669
This commit is contained in:
Max Kellermann
2022-11-15 18:49:33 +01:00
parent d7f545721b
commit 53530bd1d5
5 changed files with 62 additions and 0 deletions

View File

@@ -237,6 +237,7 @@ of:
The :command:`find` commands are case sensitive, while
:command:`search` and related commands ignore case. The latter also
applies `Unicode normalization <https://unicode.org/reports/tr15/>`__
and converts all punctuation to ASCII equivalents
if MPD was compiled with `ICU <https://icu.unicode.org/>`__ support.
Prior to MPD 0.21, the syntax looked like this::