Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-05-27 | LibTextCodec: Improve Latin-1 decoder so it decodes everything | Andreas Kling | |
I can now see Swedish letters when opening Google in the browser. :^) | |||
2020-05-14 | Build: Switch to CMake :^) | Sergey Bugaev | |
Closes https://github.com/SerenityOS/serenity/issues/2080 | |||
2020-05-03 | LibTextCodec: Start fleshing out a simple text codec library | Andreas Kling | |
We're starting with a very basic decoding API and only ISO-8859-1 and UTF-8 decoding (and UTF-8 decoding is really a no-op since String is expected to be UTF-8.) |