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 issues with special characters in files #463

Merged
merged 2 commits into from
Oct 10, 2023

Conversation

shueybubbles
Copy link
Collaborator

  • The variable substitution logic was using byte offsets instead of rune offsets. If there were double byte characters in the stream, variable values were written to the wrong place.
  • Command processing was incorrectly treating tabs as end of line

@shueybubbles shueybubbles merged commit a62432f into main Oct 10, 2023
6 checks passed
@shueybubbles shueybubbles deleted the dev/davidshi/encodingissues branch October 10, 2023 14:11
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.

2 participants