summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* charwidth=1 for soft hyphen and unassigned codepoints (#135)Steven G. Johnson2018-07-241-57/+63
* uppercase mapping ß (U+00df) to ẞ (U+1E9E) (#134)Steven G. Johnson2018-05-022-42/+74
* Case folding fixes (#133)Steven G. Johnson2018-05-022-0/+20
* missing return code, success message in test/misc.cSteven G. Johnson2018-04-271-0/+2
* make internal function staticSteven G. Johnson2018-04-271-1/+1
* added test for #128Steven G. Johnson2018-04-271-0/+25
* new utf8proc_map_custom for hooking in user-defined custom mappings (#89)Steven G. Johnson2016-11-301-0/+27
* Smaller tables (#68)Benito van der Zander2016-07-121-7/+5
* Fix overrunMichaël Meyer2016-02-041-2/+8
* Fix sscanf argument type for format %xPeter Colberg2015-10-301-1/+1
* Fix missing static declarations for internal functionsPeter Colberg2015-10-302-2/+2
* Fix implicit function declarationsPeter Colberg2015-10-301-0/+8
* Move common test functions to separate modulePeter Colberg2015-10-302-42/+50
* Do not export internal unsafe_encode_char()Peter Colberg2015-10-291-2/+1
* fix #46 (make sure symbol-like codepoints have nonzero width even if they are...Steven G. Johnson2015-06-241-4/+14
* 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 surrog...Scott Paul Jones2015-05-293-8/+11
* 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
* 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