Config.in 425 B

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