ladybird/Userland/Libraries/LibTextCodec
Idan Horowitz 87cabda80d LibTextCodec: Implement a Windows-1251 decoder
This encoding (a superset of ascii that adds in the cyrillic alphabet)
is currently the third most used encoding on the web, and because
cyrillic glyphs were added by Dmitrii Trifonov recently, we can now
support it as well :^)
2021-05-01 17:59:08 +02:00
..
CMakeLists.txt Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
Decoder.cpp LibTextCodec: Implement a Windows-1251 decoder 2021-05-01 17:59:08 +02:00
Decoder.h LibTextCodec: Implement a Windows-1251 decoder 2021-05-01 17:59:08 +02:00