aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/icu/Collate.cxx (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-04-09icu/Collate: fix memory leak in IcuCaseFold()Max Kellermann1-0/+1
2014-02-24icu/Collate: pass UErrorCode* to ucol_strcollUTF8()Max Kellermann1-1/+2
Fixes crash after database update.
2014-02-24icu/Collate: initialize the error code before ucol_open()Max Kellermann1-1/+1
Fixes initialization failure.
2014-02-24SongSort, ...: use libicu instead of GLib's g_utf8_*()Max Kellermann1-0/+170