aboutsummaryrefslogtreecommitdiff
path: root/utf8.c
AgeCommit message (Collapse)Author
2021-10-18fmtOmar Polo
2021-07-07style(9)-ifyOmar Polo
2021-02-12fix various compilation errorsOmar Polo
Include gmid.h as first header in every file, as it then includes config.h (that defines _GNU_SOURCE for instance). Fix also a warning about unsigned vs signed const char pointers in openssl.
2021-01-27initial punycode supportOmar Polo
2021-01-11s/uri/iri since we accept IRIsOmar Polo
2021-01-10inline should be before type, gcc saysOmar Polo
clang doesn't seem to care.
2021-01-09switch to Bjoern Hoehrmann UTF-8 decoderOmar Polo
It's correct, while my hacked valid_multibyte_utf8 would allow things that aren't technically UTF8.