Add support for IDNA 2008

2022-09-01 Thread 'Julien Bernard' via Django developers (Contributions to Django itself)
Hi, I'm starting this discussion following ticket #33968 recommendation in comment. Currently the punycode method is converting domain nam

Re: Add support for IDNA 2008

2022-09-01 Thread 'Adam Johnson' via Django developers (Contributions to Django itself)
Some data... The idna package has ~9M downloads a day ( https://pypistats.org/packages/idna ) compared with Django's ~350k ( https://pypistats.org/packages/django ). However it has 191 GitHub stars ( https://github.com/kjd/idna ) compared to Django's 66k ( https://github.com/django/django ). I i