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

C++ Controller only works with 8-bit encoding #1

Open
mjdecker opened this issue Feb 26, 2015 · 1 comment
Open

C++ Controller only works with 8-bit encoding #1

mjdecker opened this issue Feb 26, 2015 · 1 comment
Labels

Comments

@mjdecker
Copy link
Contributor

C++ controller class accepts a std::string, which only works for 8-bit encodings.

Need to either make generic or provide another method for other encodings.

@mjdecker mjdecker added the bug label Feb 26, 2015
@mjdecker
Copy link
Contributor Author

Think will but extended char version (wchar_t/char16_t/char32_t) and possible a generic as well.

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