summaryrefslogtreecommitdiff
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
* fix #46 (make sure symbol-like codepoints have nonzero width even if they ↵Steven G. Johnson2015-06-241-4/+14
| | | | aren't in Unifont)
* add toupper/tolower functions (for JuliaLang/julia#11471)Steven G. Johnson2015-05-291-0/+50
|
* Add tests for valid codepoints and iterate functionScottPJones2015-05-292-0/+201
|
* Fix #34 handle 66 Unicode non-characters, also improve performance and ↵Scott Paul Jones2015-05-293-8/+11
| | | | surrogate handling
* Prefix other C99 typedefs with utf8proc_Tony Kelman2015-04-063-5/+5
|
* Use a new typedef utf8proc_ssize_t to avoid define collisionsTony Kelman2015-04-051-1/+1
| | | | with MSVC
* put the API version as #defines in the header file (as discussed in #30)Steven G. Johnson2015-03-271-0/+4
|
* fix #2: add charwidth functionSteven G. Johnson2015-03-122-4/+67
|
* directory cleanup: move tests and data into subdirectoriesSteven G. Johnson2015-03-064-0/+234