summaryrefslogtreecommitdiff
path: root/test/misc.c
Commit message (Collapse)AuthorAgeFilesLines
* Case folding fixes (#133)Steven G. Johnson2018-05-021-0/+19
| | | | | | | | | | | | | | | | | | | | | * Fixes allowing for “Full” folding and NFKC_CaseFold compliance. * Only include C (Common) and F (Full) foldings from CaseFolding.txt. Removed S (Simple) since F & S are specified to be exclusive. * Extend UTF8PROC_IGNORE to also ignore unassigned codepoints (such as \u2065) which are specified as being discarded by NFKC_CF. * Document the changes to UTF8PROC_IGNORE in header. * Add NFKC_CF helper function with documentation. * restore old IGNORE behavior, add UTF8PROC_STRIPNA, rename to utf8proc_NFKC_Casefold, add a test * success message * test that IGNORE does not strip NA * data update * NFKC_Casefold shouldn't strip NA
* 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