1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 22:57:44 +00:00

LibUnicode: Add IDNA::to_ascii

This implements the ToASCII operation of Unicode Technical Standard 46
This commit is contained in:
Simon Wanner 2023-06-15 21:57:13 +02:00 committed by Tim Flynn
parent 7d9fe44039
commit 5bcb019106
5 changed files with 338 additions and 0 deletions

View file

@ -1,5 +1,6 @@
set(TEST_SOURCES
TestEmoji.cpp
TestIDNA.cpp
TestPunycode.cpp
TestSegmentation.cpp
TestUnicodeCharacterTypes.cpp