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

feat: use UTF-8 to represent strings #80

Merged
merged 2 commits into from
Nov 10, 2023
Merged

feat: use UTF-8 to represent strings #80

merged 2 commits into from
Nov 10, 2023

Conversation

ianatha
Copy link
Owner

@ianatha ianatha commented Nov 10, 2023

Change STDIO to use UTF-8 to represent strings.

My goal in this is to make backwards-compatible changes to QBasic 4.5 as to support Unicode strings / UTF-8.

As Python 3 teaches us, this is a can of worms, so don't expect this to work consistently, or for advanced use-cases, although I'll try...

This fixes #60.

@ianatha ianatha self-assigned this Nov 10, 2023
@ianatha ianatha enabled auto-merge (rebase) November 10, 2023 11:52
@ianatha ianatha merged commit 0cce42a into main Nov 10, 2023
3 checks passed
@ianatha ianatha deleted the fix_non-ascii_input branch November 10, 2023 11:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

entering Greek characters on INPUT echoes gibberish
1 participant