1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 13:47:46 +00:00

AK: Add Utf16View for decoding UTF-16 strings

Also includes a way to transcode from and to UTF-8 strings.
This commit is contained in:
Timothy Flynn 2021-07-19 09:02:13 -04:00 committed by Andreas Kling
parent bcf5e5ee5a
commit 9b83cd1abf
5 changed files with 595 additions and 0 deletions

View file

@ -61,6 +61,7 @@ set(AK_TEST_SOURCES
TestTypedTransfer.cpp
TestUFixedBigInt.cpp
TestURL.cpp
TestUtf16.cpp
TestUtf8.cpp
TestVariant.cpp
TestVector.cpp