summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibTextCodec/Decoder.h
AgeCommit message (Expand)Author
2021-06-23LibTextCodec: Add Turkish (aka ISO-8859-9, Windows-1254) encodingAatos Majava
2021-06-15LibTextCodec: Add ISO-8859-15 (aka Latin-9) encodingAatos Majava
2021-05-18LibTextCodec: Use Optional<String> for get_standardized_encodingMax Wipfli
2021-05-01LibTextCodec: Implement a Windows-1251 decoderIdan Horowitz
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-17LibTextCodec: Implement a Windows-1255 decoder.Idan Horowitz
2021-04-15Everything: Add `-Wnon-virtual-dtor` flagNicholas-Baron
2021-02-16LibTextCodec: Add a simple UTF-16BE decoderAndreas Kling
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling