1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-20 13:25:08 +00:00
serenity/Applications/TextEditor
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
..
main.cpp TextEditor: Pledge "unix" so we can load images in Markdown preview 2020-04-30 12:32:41 +02:00
Makefile LibTextCodec: Start fleshing out a simple text codec library 2020-05-03 23:01:58 +02:00
TextEditorWidget.cpp Applications: TextEditor INI file syntax highlighter 2020-05-01 16:58:18 +02:00
TextEditorWidget.h Applications: TextEditor INI file syntax highlighter 2020-05-01 16:58:18 +02:00