You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Commit 05efe72 changed the decoding of string bytes to use CP1252. Since NBS has an issue where it only saves the first byte of each character's UTF-16 representation (see OpenNBS/NoteBlockStudio#307), this change was implemented to match its behavior, which manages to load files successfully despite showing corrupted characters.
However, CP1252 still has undefined codepoints, which, if present, still result in an exception while trying to parse the file:
From the Open Note Block Studio Discord:
The text was updated successfully, but these errors were encountered:
Commit 05efe72 changed the decoding of string bytes to use CP1252. Since NBS has an issue where it only saves the first byte of each character's UTF-16 representation (see OpenNBS/NoteBlockStudio#307), this change was implemented to match its behavior, which manages to load files successfully despite showing corrupted characters.
However, CP1252 still has undefined codepoints, which, if present, still result in an exception while trying to parse the file:
From the Open Note Block Studio Discord:
The text was updated successfully, but these errors were encountered: