aboutsummaryrefslogtreecommitdiffstats
path: root/ucslookup.c
AgeCommit message (Expand)AuthorFilesLines
2005-12-09No need to test for valid ucs in two places; invalid ucs is exceptional.Peter Anvin1-6/+2
2005-12-09Make sure errno gets set properly; if _libucd_character_data_raw fails,Peter Anvin1-1/+1
2005-12-05More advanced, associative cache; "constipate" the ucd pointer by defaultH. Peter Anvin1-3/+3
2005-12-05Generate enumerations automagically; canonicalize namesH. Peter Anvin1-1/+1
2005-12-04Add caching of UCS dataH. Peter Anvin1-5/+21
2005-12-04Compilation fixesH. Peter Anvin1-9/+9
2005-12-04Actual ucs-to-properties functionH. Peter Anvin1-0/+210