aboutsummaryrefslogtreecommitdiffstats
path: root/src/charsetConverter_icu.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2013-12-29Merged source and header files in directory structure. Got rid of SConstruct ↵Vincent Richard1-408/+0
build.
2013-12-10Simplified types for better readability. Use appropriate types (size_t, ↵Vincent Richard1-7/+7
byte_t...). Minor warning fixes.
2013-11-21Fixed auto_ptr<>.Vincent Richard1-6/+6
2013-11-21Boost/C++11 shared pointers.Vincent Richard1-4/+4
2013-06-09Charset conversion output stream for ICU.Vincent Richard1-6/+212
2013-03-27Remove +x bit from source filesJan Engelhardt1-0/+0
2013-03-25Added support for charset conversion with ICU (thanks to Mehmet Bozkurt).Vincent Richard1-0/+202