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

Handle unicode strings #23

Open
v0dro opened this issue Sep 5, 2017 · 0 comments
Open

Handle unicode strings #23

v0dro opened this issue Sep 5, 2017 · 0 comments

Comments

@v0dro
Copy link
Member

v0dro commented Sep 5, 2017

Due to the nature of a C char data type, Rubex cannot support unicode strings out of the box. A possible approach to supporting unicode can involve defining a new data type and making sure that Ruby strings can implicitly convert into that type without user intervention (something that is supported for char* currently).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant