1config BR2_PACKAGE_PYTHON_IDNA 2 bool "python-idna" 3 select BR2_PACKAGE_PYTHON3_UNICODEDATA 4 help 5 A library to support the Internationalised Domain Names in 6 Applications (IDNA) protocol as specified in RFC 5891. This 7 version of the protocol is often referred to as 'IDNA2008' 8 and can produce different results from the earlier standard 9 from 2003. 10 11 https://github.com/kjd/idna 12