mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 20:37:34 +00:00
LibUnicode: Add IDNA::to_ascii
This implements the ToASCII operation of Unicode Technical Standard 46
This commit is contained in:
parent
7d9fe44039
commit
5bcb019106
5 changed files with 338 additions and 0 deletions
|
@ -4,6 +4,7 @@ set(SOURCES
|
|||
CharacterTypes.cpp
|
||||
CurrencyCode.cpp
|
||||
Emoji.cpp
|
||||
IDNA.cpp
|
||||
Normalize.cpp
|
||||
Punycode.cpp
|
||||
Segmentation.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue