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

Fix tab handling #3

Open
ericoporto opened this issue Sep 8, 2024 · 0 comments
Open

Fix tab handling #3

ericoporto opened this issue Sep 8, 2024 · 0 comments

Comments

@ericoporto
Copy link
Owner

Issue reported from forums here

I'm trying to use this parser, and I think I've come across a couple of bugs.

The first is that the parser chokes on horizontal tab (ASCII value 9). You have a case that supposedly treats "\t" as whitespace (two places in the code, lines 60 and 266), but it uses ASCII value 20 instead, which in the ASCII tables I see is "Device Control 4" (whatever that might be).

The line numbers are probably related to the forums release and not current master

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