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

decoding problem of unicode #4

Open
vanceeasleaf opened this issue Oct 31, 2018 · 1 comment
Open

decoding problem of unicode #4

vanceeasleaf opened this issue Oct 31, 2018 · 1 comment

Comments

@vanceeasleaf
Copy link

Some colunms of the the result set are array buffers when the type of it is varchar(n) . I try to convert it with iconv-lite and I found that the chinese charactars are converted correctly with utf16 decoding but the english charactars are mistaken under utf16. When decoding with utf8, the english charactars are correct but the chinese ones are mistaken. Is it possible to obtain string directly from your query api?

@predator747
Copy link

@vanceeasleaf did you find a solution here? I guess we having same issues.

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

2 participants