aboutsummaryrefslogtreecommitdiffstats
path: root/nametoucs.c
AgeCommit message (Expand)AuthorFilesLines
2006-09-07nametoucs.c: Need <errno.h>H. Peter Anvin1-0/+2
2005-12-29Handle NULL returns from unicode_character_data() (e.g. ENOMEM)H. Peter Anvin1-0/+3
2005-12-29Set errno to EINVAL on missing entry. It's sort of an odd error code,H. Peter Anvin1-0/+1
2005-12-05More advanced, associative cache; "constipate" the ucd pointer by defaultH. Peter Anvin1-2/+2
2005-12-04Complete the handling of name-to-ucs lookupsH. Peter Anvin1-3/+15
2005-12-04name_to_ucs, not ucs_to_nameH. Peter Anvin1-1/+1
2005-12-04name-to-ucs mapping function, first attemptH. Peter Anvin1-0/+42