From 6be75f5d5def1999e1cc3f3fae2acb0a56b2b703 Mon Sep 17 00:00:00 2001 From: geemili Date: Sat, 27 Jan 2024 20:26:05 -0700 Subject: [PATCH] doc: add readme --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..90e9a28 --- /dev/null +++ b/README.md @@ -0,0 +1,15 @@ +# Stenway Formats + +Implementations for several formats that were specified by stenway. + +Current status: + +- [x] [ReliableTXT](https://www.reliabletxt.com/) +- [x] [Whitespace Separated Values](https://www.whitespacesv.com/) + - [x] UTF-8 encoded files + - [ ] UTF-16 (big-endian) encoded files + - [ ] UTF-16 reverse (little-endian) encoded files + - [ ] UTF-32 (big-endian) encoded files +- [ ] [Simple Markup Language](https://www.simpleml.com/) +- [ ] [TBL](https://github.com/Stenway/TBL-TS) +- [ ] [OML](https://github.com/Stenway/OML-TS)