You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: