New submission from Marten Lehmann: Since Python 2.3 the idna encoding is available for Internationalized Domain Names. But the current encoding doesn't work according to the latest version of the spec.
There is a new IDNA2008 specification (RFCs 5890-5894). Although I'm not very deep into all the changes, I know that at least the nameprep has changed. For example, the German sharp S ('ß') isn't replaced by 'ss' any longer. The attached file shows the difference between the expected translation and the actual translation. ---------- components: Library (Lib) files: idna_translate.py messages: 183104 nosy: marten priority: normal severity: normal status: open title: IDNA2008 encoding missing type: enhancement versions: Python 2.6, Python 2.7, Python 3.1, Python 3.2, Python 3.3, Python 3.4, Python 3.5 Added file: http://bugs.python.org/file29256/idna_translate.py _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue17305> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com