Remove conversion from locale to utf8 from public API
Emit fatal failures on locale to ACE encoding Separate idnout support, disable it for libidn2 < 2.0 Add custom path to libidn. Leave default path for multilib support. Allow turning off IDN input processing by dig option Improve documentation, fix support in host Fix configure changes to adjust help text Use strlcpy with size guard Improve IDN variants choosing. Fix idn2 function name. Remove immediate idn_locale_to_ace and idn_ace_to_locale. Signed-off-by: Petr Menšík <pemensik@redhat.com>
This commit is contained in:
@@ -599,6 +599,9 @@ int sigwait(const unsigned int *set, int *sig);
|
||||
/* define if idnkit support is to be included. */
|
||||
#undef WITH_IDN
|
||||
|
||||
#undef WITH_IDN_OUT_SUPPORT
|
||||
|
||||
/* define if IDN input support is to be included. */
|
||||
/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
|
||||
significant byte first (like Motorola and SPARC, unlike Intel). */
|
||||
#if defined AC_APPLE_UNIVERSAL_BUILD
|
||||
|
||||
Reference in New Issue
Block a user