Skip to content

Conversation

diegoherranz
Copy link

This code tries to match a Backspace character (hex 08, octal 010) or a Delete character (hex 7F, octal 177), but the octal number for the latter was incorrect and it was detecting a 'W' instead.

Thanks!

This code tries to match a Backspace character (hex 08, octal 010)
or a Delete character (hex 7F, octal 177), but the octal number
for the latter was incorrect and it was detecting a 'W' instead.
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

Successfully merging this pull request may close these issues.

1 participant