From 74fdde2b572d9cd8f6f3306c847c6c9334684b7d Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Sun, 3 Jan 2016 16:07:40 +0000 Subject: remove necessity for header change in libutf8proc The combining character class definition was put in the libutf8proc header instead of being local to the IDNA implementation. --- utils/idna.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'utils/idna.h') diff --git a/utils/idna.h b/utils/idna.h index c59a22763..1fb344730 100644 --- a/utils/idna.h +++ b/utils/idna.h @@ -23,6 +23,11 @@ #ifndef _NETSURF_UTILS_IDNA_H_ #define _NETSURF_UTILS_IDNA_H_ +/** + * Unicode canonical combining class for virama + */ +#define IDNA_UNICODE_CCC_VIRAMA 9 + /** * Convert a hostname to an ACE version suitable for DNS lookup * -- cgit v1.2.3