Character encoding of Disch's mapper docs

You can talk about almost anything that you want to on this board.

Moderator: Moderators

Post Reply
tepples
Posts: 22345
Joined: Sun Sep 19, 2004 11:12 pm
Location: NE Indiana, USA (NTSC)
Contact:

Character encoding of Disch's mapper docs

Post by tepples »

Thanks for the recommendation. Adding NES Mapper List on romhacking.net to wiki.


EDIT: When using Gedit to open "016.txt" from the zipfile at the romhacking.net page I linked, all I got was

"Could not open the file /home/pino/.cache/.fr-E951Mw/mapper docs/016.txt.

gedit has not been able to detect the character encoding.
Please check that you are not trying to open a binary file.
Select a character encoding from the menu and try again."

After I manually select each of the four character encodings on the list and click Retry, I get a message like this:

"Could not open the file /home/pino/.cache/.fr-s6USVz/mapper docs/016.txt using the Western (WINDOWS-1252) character encoding.

Please check that you are not trying to open a binary file.
Select a different character encoding from the menu and try again."

Someone else has already reported this to launchpad.net as a bug as Gedit.
https://bugs.launchpad.net/gedit/+bug/75151
The upstream bug has been open since 2004.
https://bugzilla.gnome.org/show_bug.cgi?id=156199

There is also an option to install other character encodings. Which do Disch's docs use? Is there a recommended way to read the docs without having to use Windows or a hex editor?
User avatar
Dwedit
Posts: 4470
Joined: Fri Nov 19, 2004 7:35 pm
Contact:

Post by Dwedit »

There are characters 00 (NUL), and 0B (VT) in the file. No wonder text editors don't like it. Otherwise, it's pure ASCII.
Here come the fortune cookies! Here come the fortune cookies! They're wearing paper hats!
Tosi
Posts: 5
Joined: Tue Dec 21, 2010 10:51 pm
Location: Fly-over state, USA

Post by Tosi »

Have you tried any of the other editors, like vi(m), emacs, nano, etc.?
Post Reply