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

Add Support for GBK Encoding #37

Open
shihaohong opened this issue Oct 22, 2020 · 0 comments
Open

Add Support for GBK Encoding #37

shihaohong opened this issue Oct 22, 2020 · 0 comments
Labels
type-enhancement A request for a change that isn't a bug

Comments

@shihaohong
Copy link

Flutter received a request to officially support GBK encoding (flutter/flutter#45014), and it seemed more appropriate as a Dart request.

It seems that a decent percentage of Chinese websites run on GBK encoding (https://w3techs.com/technologies/segmentation/sl-cnter-/character_encoding). As far as I understand, GBK is an extension of GB2312, which appears on the chart.

According to our user, there are third-party packages like fast_gbk, but our user claims that bugs in those packages with some special characters are prevent their use in a release version of their app.

Would it be a huge effort to officially support GBK encoding in Dart?

cc/ @monkingame, who filed the request in flutter/flutter

@lrhn lrhn added the type-enhancement A request for a change that isn't a bug label Nov 23, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type-enhancement A request for a change that isn't a bug
Projects
None yet
Development

No branches or pull requests

2 participants