aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/icu/Collate.cxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* lib/icu/Collate: remove GLib implementationMax Kellermann2015-06-271-9/+0
| | | | | | There is not much use in GLib: on Windows, we have a native API for string collation, and the rest uses either libicu or the standard C library calls.
* lib/icu/Collate: use LCMapStringEx() on WindowsMax Kellermann2015-06-271-0/+29
|
* lib/icu/{Converter,Collate}: return AllocatedStringMax Kellermann2015-06-251-13/+9
|
* lib/icu/Collate: fall back to strxfrm()Max Kellermann2015-06-251-2/+16
|
* lib/icu/Collate: fix indentMax Kellermann2015-06-251-3/+3
|
* lib/icu/Collate: fall back to strcoll() instead of strcasecmp()Max Kellermann2015-06-231-1/+1
|
* lib/icu/Collate: use CompareStringEx() on WindowsMax Kellermann2015-06-231-0/+26
|
* Copyright year 2015Max Kellermann2015-01-011-1/+1
|
* Merge branch 'v0.19.x'Max Kellermann2014-12-261-0/+6
|\
| * fs/Traits, ...: work around -Wtautological-pointer-compareMax Kellermann2014-12-261-0/+6
| | | | | | | | New in clang 3.6.
* | lib/icu/Collate: move code to Util.cxxMax Kellermann2014-11-301-44/+1
|/
* icu: include strings.h for strcasecmpFrançois Revol2014-08-161-0/+1
| | | | Again, POSIX says strcasecmp is not in string.h.
* lib/icu: add IcuInit(), IcuFinish()Max Kellermann2014-06-101-8/+2
|
* 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-241-0/+170