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 | 20 B | 0644 |
|
codec.py | File | 3.22 KB | 0644 |
|
compat.py | File | 232 B | 0644 |
|
core.py | File | 11.21 KB | 0644 |
|
idnadata.py | File | 76.48 KB | 0644 |
|
intranges.py | File | 1.71 KB | 0644 |
|
uts46data.py | File | 180.6 KB | 0644 |
|