summaryrefslogtreecommitdiff
path: root/utils/idna.h
Commit message (Collapse)AuthorAgeFilesLines
* make the use of libutf8proc coditionalVincent Sanders2019-10-031-4/+5
| | | | | | | allow the browser to be compiled without libutf8proc. Without this library safe utf8 conversion and verification is not possible so the browser will loose the ability to navigate to adresses using the idna punycode scheme.
* remove necessity for header change in libutf8procVincent Sanders2016-01-031-0/+5
| | | | | The combining character class definition was put in the libutf8proc header instead of being local to the IDNA implementation.
* IDNA2008 support.Chris Young2014-06-041-0/+54