ladybird/Userland/Libraries/LibTextCodec
Karol Kosek b006a60366 LibTextCodec: Pass code points instead of bytes on UTF-8 string process
Previously we were passing raw UTF-8 bytes as code points, which caused
CSS content properties to display incorrect characters.

This makes bullet separators in Wikipedia templates display correctly.
2022-03-29 01:01:32 +02:00
..
CMakeLists.txt Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
Decoder.cpp LibTextCodec: Pass code points instead of bytes on UTF-8 string process 2022-03-29 01:01:32 +02:00
Decoder.h LibTextCodec: Don't allocate Strings on encoding normalisation 2022-03-21 10:48:17 +01:00