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

utf-8 characters #3

Closed
tabooo opened this issue Feb 24, 2017 · 5 comments
Closed

utf-8 characters #3

tabooo opened this issue Feb 24, 2017 · 5 comments

Comments

@tabooo
Copy link

tabooo commented Feb 24, 2017

can not insert utf-8 characters. '???????' inserted

@yugandhargangu
Copy link
Owner

Can you add more information that on which screen it is giving error.

@yugandhargangu
Copy link
Owner

Bug Fixed

@tabooo
Copy link
Author

tabooo commented Feb 27, 2017

in ApiConnectionImpl class I added this line after "builder.append(_YEARISDATETYPE);" lines and it works now.
builder.append("&useUnicode=true&characterEncoding=UTF-8");

@yugandhargangu
Copy link
Owner

It was fixed in next version.
This also good solution for utf-8 characters but won't work for remaining encodings.

@yugandhargangu
Copy link
Owner

Thank you so much for reporting. So I could able to fix it. :)

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