wota now encodes at the C level; update dmon for macos 13; clean up many warnings
Some checks failed
Build and Deploy / build-linux (push) Successful in 1m15s
Build and Deploy / package-dist (push) Has been cancelled
Build and Deploy / deploy-itch (push) Has been cancelled
Build and Deploy / deploy-gitea (push) Has been cancelled
Build and Deploy / build-windows (CLANG64) (push) Has been cancelled

This commit is contained in:
2025-03-20 17:25:48 -05:00
parent c566f90d16
commit 95d3296dd9
22 changed files with 1021 additions and 443 deletions

View File

@@ -29,7 +29,7 @@
#define NOTA_EXP_SIGN(CHAR) (CHAR & (1<<4))
#define NOTA_TYPE 0x70
#define NOTA_HEAD_DATA 0x0f
#define CONTINUE(CHAR) ((CHAR)>>7)
#define CONTINUE(CHAR) (CHAR>>7)
#define UTF8_DATA 0x3f
/* A helper to get the high-level Nota type nibble from a byte */