Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Code style and clarity. | Vincent Richard | 2018-09-05 | 1 | -20/+18 |
| | |||||
* | Simplified types for better readability. Use appropriate types (size_t, ↵ | Vincent Richard | 2013-12-10 | 1 | -3/+3 |
| | | | | byte_t...). Minor warning fixes. | ||||
* | Boost/C++11 shared pointers. | Vincent Richard | 2013-11-21 | 1 | -10/+10 |
| | |||||
* | Fixed comment. | Vincent Richard | 2013-06-09 | 1 | -1/+1 |
| | |||||
* | Added support for charset conversion with ICU (thanks to Mehmet Bozkurt). | Vincent Richard | 2013-03-25 | 1 | -0/+10 |
| | |||||
* | Fixed warnings and 64-bit issues. | Vincent Richard | 2013-03-24 | 1 | -6/+6 |
| | |||||
* | Updated tests for charset conversion. | Vincent Richard | 2013-03-18 | 1 | -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. |