We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
Thanks for the project.
You have a pretty serious bug on line #91 of Conversion.cs, that looses the utf8 encoding so chinese japanese etc show as question marks.
All you need i believe is "return _sb.ToString();" instead.
g'day!
The text was updated successfully, but these errors were encountered:
Thank you very much - definitely a bug!
Fixed and will be released as a 2.0.2 shortly.
Sorry, something went wrong.
Add test for Japanese and Chinese text, fix issue #3. Update version …
35770f7
…to 2.0.1
No branches or pull requests
Hi,
Thanks for the project.
You have a pretty serious bug on line #91 of Conversion.cs, that looses the utf8 encoding so chinese japanese etc show as question marks.
All you need i believe is "return _sb.ToString();" instead.
g'day!
The text was updated successfully, but these errors were encountered: