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

solve issue when messages contain UTF-8 (CJK) #2539

Merged
merged 1 commit into from
Aug 16, 2019

Conversation

hc-chien
Copy link
Contributor

@hc-chien hc-chien commented Aug 1, 2019

Which issue(s) this PR fixes:
Fixes #

What this PR does / why we need it:
fix encoding problem

from:
"msg":"\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD"
to:
"msg":"你好"

Docs Changes:

Release Note:

@cosmo0920
Copy link
Contributor

Could you follow DCO?

fix encoding problem

from:
  "msg":"\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD"
to:
  "msg":"你好"

Signed-off-by: hc.chien <hc.chien@pentium.network>
@repeatedly
Copy link
Member

Sorry for the delay. Merged!

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.

3 participants