Wellingborough / LMC

Little Man Computer Simulator
https://wellingborough.github.io/LMC/
GNU General Public License v3.0
1 stars 4 forks source link

Downloaded text file malformatted on iOS #34

Closed Wellingborough closed 1 year ago

Wellingborough commented 1 year ago

Downloading a program on iPadOS (and other i*OS) produces a single line text file with no whitespace.

Wellingborough commented 1 year ago

Argh. So, if I use Unicode 0009 for tab, Windows is OK, Mac ignores. If I use Unicode 2028 for line break, Mac is OK, Windows prints as [LSEP].

Wellingborough commented 1 year ago

Fixed by URL-encoding the tab and carriage return characters. Should dupe this in the framework JavaScript.