Tartarus6 / Tarsweeper

The hit game, now for the BBS! With mods brought to you by Tar.
Other
0 stars 0 forks source link

Broken Characters in Help File #6

Closed Tartarus6 closed 5 months ago

Tartarus6 commented 5 months ago

Not sure where the fault lies, but when updating the 'minesweeper.hlp' file through VSCode the special CP437 characters (such as ƒ) broke. They now render as several characters, neither of which is correct.

The issue was fine when doing it through notepad++ and FTP. So it's probably either git or VSCode that's to blame.

Notepad++ with FTP: image image

VSCode with git: image image

Note: the asterisks were removed between the two intentionally, its not a symptom of the bug.

greenturtle537 commented 5 months ago

Fixed this issue. You'll need to use an editor with DOS437 or MS437 compliant character encoding. Standard unicode editors and fonts will not work for editing. Copying the unicode version of these character from other sources will also break. Recommended to use EditPad, Gnome Editor, or Nano for the time being. Feel free to reopen if you find a patch for VSC and Notepad++.