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

Allow UTF-8 with emulator profile file #29

Open
atao60 opened this issue May 24, 2021 · 0 comments
Open

Allow UTF-8 with emulator profile file #29

atao60 opened this issue May 24, 2021 · 0 comments

Comments

@atao60
Copy link

atao60 commented May 24, 2021

ATM, as soon as we want to map a note to an extended ASCII character on a keyboard, we have to save the emulator profile file in some ISO 8859 to constrain such character on one byte.

To use UTF 8 coding with emulator profile files, (or any other multi bytes coding), (unsigned) int or char declarations would have to be replaced by wchar_t.

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