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

Replace non-printable characters in cf-names so they may be seen by humans in artefacts #10

Open
udi-speedb opened this issue Jun 26, 2023 · 0 comments

Comments

@udi-speedb
Copy link
Contributor

CF names may contain any character. It so happens that there are users that choose non-printable characters when naming their cf-s. For example, I have seen a user whose cf-names were generated automatically as the numbers 1, 2, 3, ...
When converted to strings, the name of the cf is the characters whose ASCII value is 0x1, 0x2, 0x3, ...
These are non-printable ASCII characters and it causes issues when viewing the parser's artefacts.

The proposal is to find some mechanism to replace the non-printable characters with some printable character, while preserving the uniqueness of the names of the cf-s.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant