aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/icu/Converter.hxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* lib/icu/Converter: remove GLib implementationMax Kellermann2015-06-261-13/+0
| | | | | 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-0/+13
|
* lib/icu/{Converter,Collate}: return AllocatedStringMax Kellermann2015-06-251-6/+8
|
* Copyright year 2015Max Kellermann2015-01-011-1/+1
|
* lib/icu/Converter: add ICU-based backendMax Kellermann2014-12-011-1/+24
|
* fs/Charset: move code to wrapper class IcuConverterMax Kellermann2014-11-301-0/+72
Prepare for a ICU-based backend without GLib.