Skip to content

Convert other HEX representation to ASCII #1

Description

@alvolturbo

Can you implement conversion for other representations from HEX to ASCII.
There is the need for different languages.
Like "0xYY" >> ASCII(YY) and "YY" >> ASCII(YY) to omit "0x" if there is no one?
Or it could be like "$YY" >> ASCII(YY) to omit "$" if there is one?
From ASCII to HEX backward it could be default set for the conversion format or the last HEX to ASCII form.
May be it could be insensitive for ';' or ',' in HEX lines?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions