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

Revert from multi-byte I/O to UTF-8 I/O #61

Merged
merged 1 commit into from Aug 11, 2021
Merged

Conversation

qykth-git
Copy link
Contributor

Sorry, my previous fix #60 is incomplete.
It breaks number value set in some locale.

Use C.UTF-8 locale to avoid this problem.

Multi-byte I/O dose too match for text input in some locale.

For example, "," in numbers treat as decimal separator, not word separator.
This makes "1,234" as "1234", not "1" and "234".

Use "C.UTF-8" to avoid this problem.
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.

None yet

2 participants