Idan Horowitz
4a2c0d721f
LibTextCodec: Implement a Windows-1255 decoder.
...
This is a superset of ascii that adds in the hebrew alphabet.
(Google currently assumes we are running windows due to not
recognizing Serenity as the OS in the user agent, resulting
in this encoding instead of UTF8 in google search results)
2021-04-17 18:13:20 +02:00
Idan Horowitz
c9f25bca04
LibTextCodec: Make UTF16BEDecoder read only up to an even offset
...
Reading up to the end of the input string of odd length results in
an out-of-bounds read
2021-03-15 16:08:12 +01:00
Luke
7427e3a8a6
LibTextCodec: Fix IBM666 => IBM866 typo
2021-03-14 11:27:52 +01:00
Andreas Kling
0538dc4e28
LibTextCodec: Add a simple UTF-16BE decoder
2021-02-16 17:31:22 +01:00
Ben Wiederhake
aa3d915260
LibTextCodec: Avoid duplicate definition of standard encodings
2021-02-01 09:54:32 +01:00
asynts
01879d27c2
Everywhere: Replace a bundle of dbg with dbgln.
...
These changes are arbitrarily divided into multiple commits to make it
easier to find potentially introduced bugs with git bisect.
2021-01-16 11:54:35 +01:00
Andreas Kling
13d7c09125
Libraries: Move to Userland/Libraries/
2021-01-12 12:17:46 +01:00