- Downloads
DB schema: Fix IDNA Unicode decode in conversion script
* The idna library used leaves the Unicode codepoint validation to the Unicode implementation and does not catch the exceptions from therein. So, catch these explicitly.
Please sign in to comment