-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
Email sent to Chinese, there is a problem with garbled code #7400
Comments
|
Thanks for the verification! |
Set notification body to {"body": "很好找到-介意尝试此PR吗"} Received webhook: |
I'll take a look at this. |
@unlikelyzero I'm having trouble reproducing this: Can you give instructions or a test that shows it not working? Thanks. |
(trying with an actual email server) |
@unlikelyzero it looks like it worked fine to me: ~ curl -s "https://mailtrap.io/api/v1/inboxes/REDACTED/messages/" -H "Api-Token: REDACTED" | jq | grep -B10 "rpetrell"
[
{
"id": 1923361532,
"subject": "很好找到-介意尝试此PR吗",
"sent_at": "2020-10-28T16:39:49.000Z", ~ curl -s "https://mailtrap.io/api/v1/inboxes/REDACTED/messages/REDACTED/body.txt" -H "Api-Token: REDACTED"
很好找到-介意尝试此PR吗 |
@ryanpetrello tried with webhook on webhook.site. It's possible that:
|
wait, are you sending chinese characters without the json "body" in the message? I'm sending "{"body": "很好找到-介意尝试此PR吗"}" |
This looks like the Python |
@ryanpetrello ok so close this and reopen another for webhooks for release.next? |
Okay @unlikelyzero this is ready for another look for the webhooks case. |
ISSUE TYPE
SUMMARY
Where should I set it to display Chinese properly
The text was updated successfully, but these errors were encountered: