Config.in 477 B

123456789101112
  1. config BR2_PACKAGE_PYTHON_IDNA
  2. bool "python-idna"
  3. select BR2_PACKAGE_PYTHON_UNICODEDATA if BR2_PACKAGE_PYTHON
  4. select BR2_PACKAGE_PYTHON3_UNICODEDATA if BR2_PACKAGE_PYTHON3
  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