1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-23 16:47:41 +00:00
serenity/Userland/Libraries/LibWeb/XML
Shannon Booth b603e860af LibWeb: Port CharacterData from DeprecatedString to String
The existing implementation has some pre-existing issues where it is
incorrectly assumes that byte offsets are given through the IDL instead
of UTF-16 code units. While making these changes, leave some FIXMEs for
that.
2023-09-19 10:54:07 +02:00
..
XMLDocumentBuilder.cpp LibWeb: Port CharacterData from DeprecatedString to String 2023-09-19 10:54:07 +02:00
XMLDocumentBuilder.h