mirror of
https://github.com/mirror/wget.git
synced 2025-03-04 23:00:22 +08:00
* src/iri.c: Remove unused macro IDNA_FLAGS
This commit is contained in:
parent
638df40476
commit
17d2f42a3d
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user