aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/icu/Converter.cxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* lib/icu/Converter: remove GLib implementationMax Kellermann2015-06-261-39/+2
| | | | | We don't need this anymore: Win32 doesn't use this library at all, and everything else has either iconv() or libicu.
* lib/icu/Converter: add iconv() implementationMax Kellermann2015-06-261-2/+39
|
* lib/icu/Converter: add missing <>Max Kellermann2015-06-261-1/+1
|
* lib/icu/{Converter,Collate}: return AllocatedStringMax Kellermann2015-06-251-17/+11
|
* Copyright year 2015Max Kellermann2015-01-011-1/+1
|
* lib/icu/Converter: add ICU-based backendMax Kellermann2014-12-011-2/+90
|
* lib/icu/Converter: add TODO commentMax Kellermann2014-11-301-0/+1
|
* fs/Charset: move code to wrapper class IcuConverterMax Kellermann2014-11-301-0/+80
Prepare for a ICU-based backend without GLib.