Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use more symbols in ASCII view #20

Closed
tkzv opened this issue Mar 12, 2020 · 1 comment
Closed

Use more symbols in ASCII view #20

tkzv opened this issue Mar 12, 2020 · 1 comment
Labels
enhancement New feature or request

Comments

@tkzv
Copy link

tkzv commented Mar 12, 2020

Currently, ASCII view seems to replace symbols below 32 and above 126 with dots. But if Hobbits' ASCII tab behaves more like Hiew, more information would be available to the user. For example, it could display symbols from an 8-bit code page for 128-255 and glyphs similar to IBM control symbols for 0-31 and 127. Here are symbol set examples for code pages 437 and 866: https://en.wikipedia.org/wiki/File:Codepage-437.png https://en.wikipedia.org/wiki/File:Octets_in_conformant_CP866_ordered_by_nibbles.png

@hello-adam
Copy link
Member

Yeah, I could definitely add a dropdown or checkbox to enable more symbols. I'll probably keep the current mode as well because sometimes it's nice for the ASCII Latin characters to "pop" a little bit from the noise.

@hello-adam hello-adam added the enhancement New feature or request label Mar 12, 2020
hello-adam pushed a commit that referenced this issue Mar 12, 2020
# [0.23.0](v0.22.1...v0.23.0) (2020-03-12)

### Bug Fixes

* significantly speed-up byte raster rendering ([a434cfa](a434cfa)), closes [#19](#19)

### Features

* add CP437 as optional display format in ASCII display for [#20](#20) ([50c3d50](50c3d50))
* auto-locate python in PATH for Python Runner for [#1](#1) ([f891407](f891407))
goldest-star added a commit to goldest-star/binary-analysis-tool that referenced this issue Jun 4, 2023
# [0.23.0](Mahlet-Inc/hobbits@v0.22.1...v0.23.0) (2020-03-12)

### Bug Fixes

* significantly speed-up byte raster rendering ([a434cfa](Mahlet-Inc/hobbits@a434cfa)), closes [#19](Mahlet-Inc/hobbits#19)

### Features

* add CP437 as optional display format in ASCII display for [#20](Mahlet-Inc/hobbits#20) ([50c3d50](Mahlet-Inc/hobbits@50c3d50))
* auto-locate python in PATH for Python Runner for [#1](Mahlet-Inc/hobbits#1) ([f891407](Mahlet-Inc/hobbits@f891407))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants