jenkinsci / google-chat-notification-plugin

Google Chat Notification Jenkins Plugin to send build status
https://plugins.jenkins.io/google-chat-notification/
MIT License
39 stars 20 forks source link

Set JSON message encoding to UTF-8 #23

Closed Ryudo302 closed 1 year ago

Ryudo302 commented 3 years ago

The JSON messages sent to Google Chat are now encoded as UTF-8, allowing the use of special characters.

Fixes #16

Ryudo302 commented 3 years ago

Sample text used in tests (top is the result without the changes, bottom is the result with the changes): image