freemint / tos.hyp

The tos.hyp tries to document all functions from TOS. It also has information about MagiC, N.AES, MyAES, Geneva, XaAES, oAESis and some emulators.
https://freemint.github.io/tos.hyp
GNU General Public License v2.0
13 stars 10 forks source link

Fix typos (wrong character encoding) #141

Closed xdelatour closed 1 year ago

xdelatour commented 1 year ago

Was ISO-8859-1 instead of ASCII, should be fixed now

mikrosk commented 1 year ago

Hmm, in the diff I can see only two whitespaces replaced by ... other whitespaces. Is that intentional?

xdelatour commented 1 year ago

Yes, I think it was a bad encoded character, after fix, the 'file' command displays 'ASCII file'. Before fix, it was 'ISO-8859' and there was a strange non-ASCII char on the webpage wrong_char

Moving to utf-8 would be great (#95 )