doc: add readme

dev
LeRoyce Pearson 2024-01-27 20:26:05 -07:00
parent 151470e5d3
commit 6be75f5d5d
1 changed files with 15 additions and 0 deletions

15
README.md Normal file
View File

@ -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)