aboutsummaryrefslogtreecommitdiffstats
path: root/src/charsetConverter_iconv.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merged source and header files in directory structure. Got rid of SConstruct ↵Vincent Richard2013-12-291-475/+0
| | | | build.
* Simplified types for better readability. Use appropriate types (size_t, ↵Vincent Richard2013-12-101-30/+52
| | | | byte_t...). Minor warning fixes.
* Boost/C++11 shared pointers.Vincent Richard2013-11-211-4/+4
|
* Added support for charset conversion with ICU (thanks to Mehmet Bozkurt).Vincent Richard2013-03-251-0/+18
|
* Message generation/parsing context. Charset conversion options. Preliminary ↵Vincent Richard2013-02-241-0/+435
implementation of RFC-6532.