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

Update API json decoding to use utf8 by default #2

Merged
merged 1 commit into from
Oct 28, 2019

Conversation

MarcoSavaglia
Copy link

By default, the Dart HTTP decoding will assume that the charset is ISO-8859-1 (latin-1). This causes emojis, certain apostrophe characters, etc to not function correctly.
See here for extended discussion on why:
dart-lang/http#175

Essentially, this occurs when the content-type header returns without a charset.

By default, the Dart HTTP decoding will assume that the charset is ISO-8859-1 (latin-1). This causes emojis, certain apostrophe characters, etc to not function correctly. 
See here for extended discussion on why:
dart-lang/http#175

Essentially, this occurs when the content-type header returns without a charset.
@mterring mterring merged commit def25d9 into happy-co:master Oct 28, 2019
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

Successfully merging this pull request may close these issues.

2 participants