summaryrefslogtreecommitdiff
path: root/Libraries/LibTextCodec
AgeCommit message (Expand)Author
2020-11-14LibTextCodec: Add a function to convert encodings to standardized namesLuke
2020-08-12LibTextCodec: Mark compilation-unit-only functions as staticBen Wiederhake
2020-08-05Unicode: Try s/codepoint/code_point/g againNico Weber
2020-08-05Revert "Unicode: s/codepoint/code_point/g"Nico Weber
2020-08-03Unicode: s/codepoint/code_point/gAndreas Kling
2020-07-22LibTextCodec: Simplify Latin1Decoder::to_utf8Nico Weber
2020-05-27LibTextCodec: Improve Latin-1 decoder so it decodes everythingAndreas Kling
2020-05-14Build: Switch to CMake :^)Sergey Bugaev
2020-05-03LibTextCodec: Start fleshing out a simple text codec libraryAndreas Kling