Merge from old Gitea

This commit is contained in:
Jon
2026-04-12 16:06:44 +01:00
commit aaefb2bb35
18 changed files with 492 additions and 0 deletions

9
esasdk/encoding.py Normal file
View File

@@ -0,0 +1,9 @@
We made a really bad encoding system....
Character Substitution
space _S
comma _C
_ _U
line feed ('\n', 0xA) _L
carriage return ('\r', 0xD) _R
vertical line | _V