ladybird/Userland/Libraries/LibTextCodec
Luke Wilde 0e0f98a45e LibTextCodec: Add x-user-defined decoder
It's a pretty simple charset: the bottom 128 bytes (0x00-0x7F) are
standard ASCII, while the top 128 bytes (0x80-0xFF) are mapped to a
portion of the Unicode Private Use Area, specifically 0xF780-0xF7FF.

This is used by Google Maps for certain blobs.
2022-02-12 12:53:28 +01:00
..
CMakeLists.txt Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
Decoder.cpp LibTextCodec: Add x-user-defined decoder 2022-02-12 12:53:28 +01:00
Decoder.h LibTextCodec: Add x-user-defined decoder 2022-02-12 12:53:28 +01:00