summaryrefslogtreecommitdiff
path: root/Libraries/LibTextCodec/Decoder.h
AgeCommit message (Collapse)Author
2020-05-03LibTextCodec: Start fleshing out a simple text codec libraryAndreas 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.)