aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/icu (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'v0.19.x'Max Kellermann2014-12-261-0/+6
|\
| * fs/Traits, ...: work around -Wtautological-pointer-compareMax Kellermann2014-12-261-0/+6
* | lib/icu/Converter: add ICU-based backendMax Kellermann2014-12-012-3/+114
* | lib/icu/Converter: add TODO commentMax Kellermann2014-11-301-0/+1
* | lib/icu/Collate: move code to Util.cxxMax Kellermann2014-11-303-44/+117
* | fs/Charset: move code to wrapper class IcuConverterMax Kellermann2014-11-302-0/+152
|/
* icu: include strings.h for strcasecmpFrançois Revol2014-08-161-0/+1
* lib/icu/Init: call u_init() and u_cleanup()Max Kellermann2014-06-101-0/+14
* 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
* icu/Collate: UCharFromUTF8() returns WritableBuffer<UChar>Max Kellermann2014-05-121-19/+20
* icu/Collate: initialize error_codeMax Kellermann2014-05-121-1/+1
* 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
* icu/Collate: initialize the error code before ucol_open()Max Kellermann2014-02-241-1/+1
* SongSort, ...: use libicu instead of GLib's g_utf8_*()Max Kellermann2014-02-244-0/+267