Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Code style and clarity. | Vincent Richard | 2018-09-05 | 1 | -6/+5 |
| | |||||
* | Simplified types for better readability. Use appropriate types (size_t, ↵ | Vincent Richard | 2013-12-10 | 1 | -1/+1 |
| | | | | byte_t...). Minor warning fixes. | ||||
* | Updated tests for charset conversion. | Vincent Richard | 2013-03-18 | 1 | -0/+103 |
Added test for UTF-7 encoding availability. Added test for input buffer underflow in charsetFilteredOutputStream. Refactored charset conversion tests and removed useless tests. |