Andreas Kling
ea9ac3155d
Unicode: s/codepoint/code_point/g
...
Unicode calls them "code points" so let's follow their style.
2020-08-03 19:06:41 +02:00
Nico Weber
01522b8d71
LibTextCodec: Simplify Latin1Decoder::to_utf8
...
No intended behavior change.
2020-07-22 19:16:00 +02:00
Andreas Kling
893a9ff5b0
LibTextCodec: Improve Latin-1 decoder so it decodes everything
...
I can now see Swedish letters when opening Google in the browser. :^)
2020-05-27 19:52:18 +02:00
Andreas Kling
e09b83c60c
LibTextCodec: Start fleshing out a simple text codec library
...
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.)
2020-05-03 23:01:58 +02:00