mirror of
https://github.com/RGBCube/serenity
synced 2025-07-29 16:47:45 +00:00
AK: Add formatters for Utf8View and Utf32View
Useful for debugging, especially in templated contexts.
This commit is contained in:
parent
385b880862
commit
0f20586346
5 changed files with 35 additions and 0 deletions
|
@ -33,6 +33,7 @@ set(AK_SOURCES
|
|||
URL.cpp
|
||||
URLParser.cpp
|
||||
Utf16View.cpp
|
||||
Utf32View.cpp
|
||||
Utf8View.cpp
|
||||
UUID.cpp
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue