utf8proc/test
Steven G. Johnson 02f4e1890c
charwidth=1 for soft hyphen and unassigned codepoints (#135)
* use width=1 for soft hyphen and for unassigned/PUA codepoints

* don't count unassigned codepoints when comparing with system wcwidth

* more tests

* indentation fixes

* NEWS for 135

* remove special-casing for arabic control characters affecting a span of numbers, which are sometimes zero-width and sometimes not

* regenerate
2018-07-24 10:45:02 -04:00
..
case.c uppercase mapping ß (U+00df) to ẞ (U+1E9E) (#134) 2018-05-02 14:18:26 -04:00
charwidth.c charwidth=1 for soft hyphen and unassigned codepoints (#135) 2018-07-24 10:45:02 -04:00
custom.c Case folding fixes (#133) 2018-05-02 08:15:02 -04:00
graphemetest.c Fix #34 handle 66 Unicode non-characters, also improve performance and surrogate handling 2015-05-29 19:50:03 +02:00
iterate.c Fix overrun 2016-02-04 04:06:28 +01:00
misc.c Case folding fixes (#133) 2018-05-02 08:15:02 -04:00
normtest.c Prefix other C99 typedefs with utf8proc_ 2015-04-06 22:36:33 -07:00
printproperty.c uppercase mapping ß (U+00df) to ẞ (U+1E9E) (#134) 2018-05-02 14:18:26 -04:00
tests.c Move common test functions to separate module 2015-10-30 15:13:48 -04:00
tests.h Fix implicit function declarations 2015-10-30 15:22:09 -04:00
valid.c Add tests for valid codepoints and iterate function 2015-05-29 20:11:10 +02:00