Max Kellermann
|
148aca23be
|
use SPDX IDs, replacing the long copyright headers
|
2023-03-06 14:59:48 +01:00 |
Max Kellermann
|
9467df526c
|
song/StringFilter: add enum Position
Replaces two conflicting bools.
|
2022-11-15 21:55:55 +01:00 |
Max Kellermann
|
53530bd1d5
|
lib/icu/Canonicalize: convert all punctuation to ASCII
To make tag matching easier.
Closes https://github.com/MusicPlayerDaemon/MPD/issues/1669
|
2022-11-15 21:04:16 +01:00 |
Max Kellermann
|
d7f545721b
|
lib/icu/Canonicalize: use unorm2_normalize() instead of u_strFoldCase()
unorm2_normalize() can case-fold as well, plus it applies Unicode
normalization which MPD should do for proper string comparisons.
|
2022-11-15 20:53:29 +01:00 |
Max Kellermann
|
5a1fbe60af
|
test/TestStringFilter: new unit test
|
2022-11-15 20:52:53 +01:00 |