pixel / hexedit

View and edit files in hexadecimal or in ASCII
http://rigaux.org/hexedit.html
GNU General Public License v2.0
98 stars 41 forks source link

[Feature Request] EBCDIC support for text pane #65

Open SaphireLattice opened 9 months ago

SaphireLattice commented 9 months ago

It would be nice to have a support for displaying the text as it would be decoded if it was EBCDIC, rather than ASCII. I like the simplicity of this hex editor/viewer, but it becomes a bit difficult to use at all when dealing with stuff that's not encoded in ASCII...

Perhaps this could be just a general support for supplying a map of how to display a given 1 byte hex code as? Not sure what existing implementations to look at though. I definitely seen a few ways to define such a map via a file around.