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