X Tutup
The Wayback Machine - https://web.archive.org/web/20250609110440/https://github.com/python/cpython/issues/92025
Skip to content

IDNA resolving is wrong #92025

Closed
Closed
@JannesAlthoff

Description

@JannesAlthoff

I own the Domain κλαρα-σωλις.ευ, i tried converting the domain via the encode method of string, it results in a wrong A-Label Form of my Domain.

>>> domain = u"κλαρα-σωλις.ευ"
>>> domain.encode("idna")
b'xn----ylba7abgd9buc7d.xn--qxa6a'

My Browser and EURID the EU-Registrar converts κλαρα-σωλις.ευ to xn----ylba7abgd9bnh0e.xn--qxa6a.

Metadata

Metadata

Assignees

No one assigned

    Labels

    type-bugAn unexpected behavior, bug, or error

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      X Tutup