I am using the REST API on my PHP server. While ASCII characters in notifications sent via the REST API are displayed correctly, Japanese and Chinese characters aren’t. For example, when I tried to send the following message:
測試
これはテストです
The following shows up instead of the actual message.
How can this problem be solved? Or is this a bug?
Thanks