Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2015-06-26 | lib/icu/Converter: remove GLib implementation | Max Kellermann | 1 | -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-26 | lib/icu/Converter: add iconv() implementation | Max Kellermann | 1 | -2/+39 | |
2015-06-26 | lib/icu/Converter: add missing <> | Max Kellermann | 1 | -1/+1 | |
2015-06-25 | lib/icu/{Converter,Collate}: return AllocatedString | Max Kellermann | 1 | -17/+11 | |
2015-01-01 | Copyright year 2015 | Max Kellermann | 1 | -1/+1 | |
2014-12-01 | lib/icu/Converter: add ICU-based backend | Max Kellermann | 1 | -2/+90 | |
2014-11-30 | lib/icu/Converter: add TODO comment | Max Kellermann | 1 | -0/+1 | |
2014-11-30 | fs/Charset: move code to wrapper class IcuConverter | Max Kellermann | 1 | -0/+80 | |
Prepare for a ICU-based backend without GLib. |