summaryrefslogtreecommitdiff
path: root/test/printproperty.c
Commit message (Collapse)AuthorAgeFilesLines
* Smaller tables (#68)Benito van der Zander2016-07-121-7/+5
| | | | | | | | | | | | | | | | | | | | | | | | * convert sequences to utf-16 (saves 25kb) * store sequence length in properties instead using -1 termination (saves 10kb) * cache index for slightly faster data creation * store lower/upper/title mapping in sequence array (saves 25kb). Add utf8proc_totitle, as title_mapping cannot be used to get the title codepoint anymore. Rename xxx_mapping to xxx_seqindex, so programs assuming a value with the old meaning fail at compile time * change combination array data type to uint16 (saves 40kb) * merge 1st and 2nd comb index (saves 50kb) * kill empty prefix/suffix in combination array (saves 50kb) * there was no need to have a separate combination start array, it can be merged in a single array * some fixes * mark the table as const again * and regen
* Fix sscanf argument type for format %xPeter Colberg2015-10-301-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-121-4/+6
|
* directory cleanup: move tests and data into subdirectoriesSteven G. Johnson2015-03-061-0/+45