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
Describe the bug can't encode non-GBK Character (like most extended Latin letters and Emoji) into GB18030
To Reproduce
Expected behaviour non-GBK Character should be encoded into corresponding GB18030 bytes (4 bytes per character).
The text was updated successfully, but these errors were encountered:
Have you checked that the output matches the correct encoding type? #1646
Sorry, something went wrong.
yes. additionaly, when converting with "input character encoding" option, non-GBK Character also become Empty bytes (1 per 4 UTF16 bytes).
No branches or pull requests
Describe the bug
can't encode non-GBK Character (like most extended Latin letters and Emoji) into GB18030
To Reproduce
Expected behaviour
non-GBK Character should be encoded into corresponding GB18030 bytes (4 bytes per character).
The text was updated successfully, but these errors were encountered: