aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/icu (follow)
Commit message (Collapse)AuthorAgeFilesLines
* icu: include strings.h for strcasecmpFrançois Revol2014-08-161-0/+1
| | | | Again, POSIX says strcasecmp is not in string.h.
* lib/icu/Init: call u_init() and u_cleanup()Max Kellermann2014-06-101-0/+14
| | | | Make valgrind happy.
* lib/icu: add IcuInit(), IcuFinish()Max Kellermann2014-06-103-8/+78
|
* icu/Collate: use u_strFoldCase() instead of ucol_getSortKey()Max Kellermann2014-05-121-10/+41
| | | | Turns out ucol_getSortKey() does not what I thought it does.
* icu/Collate: UCharFromUTF8() returns WritableBuffer<UChar>Max Kellermann2014-05-121-19/+20
|
* icu/Collate: initialize error_codeMax Kellermann2014-05-121-1/+1
| | | | Fixes the broken "search" command.
* icu/Collate: fix memory leak in IcuCaseFold()Max Kellermann2014-04-091-0/+1
|
* icu/Collate: pass UErrorCode* to ucol_strcollUTF8()Max Kellermann2014-02-241-1/+2
| | | | Fixes crash after database update.
* icu/Collate: initialize the error code before ucol_open()Max Kellermann2014-02-241-1/+1
| | | | Fixes initialization failure.
* SongSort, ...: use libicu instead of GLib's g_utf8_*()Max Kellermann2014-02-244-0/+267