Hello everyone, it seems MacOS cannot properly display the byte values from the saved files:
Here is the code doing the work:
And here is the result, with UTF-8 in VSCode:
It seems regardless of whatever valid value I pass in the WriteByte, the result is similar gibberish
EDIT: This is a peculiarity with how MacOS encodes text. The .sav files open and display the values as expected when opened on a Windows machine, even if saved on a Mac. This is barely an issue if you have a backup Windows computer alongside your MacOS machine.