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:
parent
bcf5e5ee5a
commit
9b83cd1abf
5 changed files with 595 additions and 0 deletions
|
@ -61,6 +61,7 @@ set(AK_TEST_SOURCES
|
|||
TestTypedTransfer.cpp
|
||||
TestUFixedBigInt.cpp
|
||||
TestURL.cpp
|
||||
TestUtf16.cpp
|
||||
TestUtf8.cpp
|
||||
TestVariant.cpp
|
||||
TestVector.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue