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

Unicode string support #3

Merged
merged 3 commits into from
Feb 29, 2020

Conversation

CodingAnarchy
Copy link
Contributor

Uses String#to_java_bytes to properly encode the Unicode characters for string types for the underlying Java libraries. This will prevent range errors due to String#to_bytes treating the string as unsigned integer bytes. (Note: ASCII-compatible bytes are treated identically in both situations.)

Closes #2.

@ashane9 ashane9 merged commit 65fad95 into ashane9:master Feb 29, 2020
@CodingAnarchy CodingAnarchy deleted the unicode-string-support branch February 3, 2021 16:15
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.

String datatype throws an error with Unicode
2 participants