Skip to content
  • Tomas Hozza's avatar
    Add support for libidn2 · 505f6734
    Tomas Hozza authored and Ondřej Surý's avatar Ondřej Surý committed
    
    
    Added two new configure options:
    --with-libidn2 - to enable IDN using GNU libidn2
    
    idnkit, libidn and libidn2 support can not be used at the same time.
    
    NOTE: libidn2 does not support punycode back to Unicode
    characters, so support for this is missing.
    
    Signed-off-by: default avatarTomas Hozza <thozza@redhat.com>
    
    Removed iconv, convert directly from locale to ACE
    
    Fix libidn2 and idnkit origin appending
    
    Make IDN options in help less different
    
    Signed-off-by: default avatarPetr Menšík <pemensik@redhat.com>
    505f6734