summaryrefslogtreecommitdiff
path: root/test/charwidth.c
Commit message (Collapse)AuthorAgeFilesLines
* charwidth=1 for soft hyphen and unassigned codepoints (#135)Steven G. Johnson2018-07-241-57/+63
| | | | | | | | | | | | | | | | * 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
* Fix missing static declarations for internal functionsPeter Colberg2015-10-301-1/+1
|
* fix #46 (make sure symbol-like codepoints have nonzero width even if they ↵Steven G. Johnson2015-06-241-4/+14
| | | | aren't in Unifont)
* Fix #34 handle 66 Unicode non-characters, also improve performance and ↵Scott Paul Jones2015-05-291-1/+1
| | | | surrogate handling
* fix #2: add charwidth functionSteven G. Johnson2015-03-121-0/+61