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

[tc_string] [tc_terminal] Implement proper char<->UTF-8 conversion. #10

Open
darkuranium opened this issue Sep 8, 2016 · 0 comments
Open
Labels

Comments

@darkuranium
Copy link
Owner

In non-Windows, the libraries currently silently assume the input is UTF-8. The information is (mostly) available, and it should be used to convert the locale-specific char encoding to UTF-8.

See /tests/TEST-os-conv.c for a few conversion options.

@darkuranium darkuranium added the bug label Sep 8, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant