-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
enhancementNew feature or requestNew feature or request
Description
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 scriptdjstrong
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request