* src/iri.c: Remove unused macro IDNA_FLAGS

This commit is contained in:
Tim Rühsen 2017-02-03 12:28:37 +01:00
parent 638df40476
commit 17d2f42a3d

View File

@ -48,9 +48,6 @@ as that of the covered work. */
#include "c-strcasestr.h"
#include "xstrndup.h"
/* RFC3987 section 3.1 mandates STD3 ASCII RULES */
#define IDNA_FLAGS IDNA_USE_STD3_ASCII_RULES
/* Note: locale encoding is kept in options struct (opt.locale) */
/* Given a string containing "charset=XXX", return the encoding if found,