from .core import *
from .codec import *
def ToASCII(label):
return encode(label)
def ToUnicode(label):
return decode(label)
def nameprep(s):
raise NotImplementedError("IDNA 2008 does not utilise nameprep protocol")
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| __pycache__ | Folder | 0755 |
|
|
| __init__.py | File | 58 B | 0644 |
|
| codec.py | File | 3.22 KB | 0644 |
|
| compat.py | File | 232 B | 0644 |
|
| core.py | File | 11.67 KB | 0644 |
|
| idnadata.py | File | 41.36 KB | 0644 |
|
| intranges.py | File | 1.71 KB | 0644 |
|
| package_data.py | File | 22 B | 0644 |
|
| uts46data.py | File | 197.35 KB | 0644 |
|