Skip to content
This repository was archived by the owner on Aug 5, 2026. It is now read-only.
This repository was archived by the owner on Aug 5, 2026. It is now read-only.

Feature Addition: Cure for CONF_WHOLE #46

Description

@Carbon225

CONF_WHOLE is not curable because of implementation details (we lose track of individual characters).

However, script names of conflicting characters are reported. It would be possible to remove all characters from one conflicting script.

Example:

# current:
ens_cure('0х0.eth')
# DisallowedSequence: Contains visually confusing characters from Cyrillic and Latin scripts

# proposed:
ens_cure('0х0.eth')
# 'х.eth'
# decision to drop the entire Latin script

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions