figec
|
3b65a6a36c
|
Fix wrap_rows at inner byte of multibyte sequence
Also fix UTF-8 inner byte bounds and make unittest for case this fixes.
|
2015-06-18 23:39:23 +02:00 |
|
est31
|
43dab2ffc8
|
Make wrap_rows not wrap inside utf-8 multibyte sequences
Also count multibyte sequences as "one" character.
Adds unittest for the bug reporter's case.
Fixes #2796.
|
2015-06-17 22:22:15 +02:00 |
|
est31
|
d105bf27dd
|
Add UTF and other utility unit tests
|
2015-06-14 12:07:51 +02:00 |
|
SmallJoker
|
6626a3f72f
|
Fix several MSVC issues numeric.h
-> Round negative numbers correctly CMakeLists.txt
-> Link Json with the static run-time library
|
2015-05-01 07:34:51 +02:00 |
|
kwolekr
|
7220ca906d
|
Tests: Modularize unit testing
Split unit tests into separate files under src/unittest/
Give better unittest diagnostics
Clean up some code
|
2015-04-26 15:08:54 -04:00 |
|