aboutsummaryrefslogtreecommitdiffstats
path: root/tests/parser/charsetFilteredOutputStreamTest.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Code style and clarity.Vincent Richard2018-09-051-20/+18
|
* Simplified types for better readability. Use appropriate types (size_t, ↵Vincent Richard2013-12-101-3/+3
| | | | byte_t...). Minor warning fixes.
* Boost/C++11 shared pointers.Vincent Richard2013-11-211-10/+10
|
* Fixed comment.Vincent Richard2013-06-091-1/+1
|
* Added support for charset conversion with ICU (thanks to Mehmet Bozkurt).Vincent Richard2013-03-251-0/+10
|
* Fixed warnings and 64-bit issues.Vincent Richard2013-03-241-6/+6
|
* Updated tests for charset conversion.Vincent Richard2013-03-181-0/+205
Added test for UTF-7 encoding availability. Added test for input buffer underflow in charsetFilteredOutputStream. Refactored charset conversion tests and removed useless tests.