You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed that the bottom layer of the postToChat() function is sent to the game in utf-8 encoding, but the chat message box in minecraft seems to use gbk encoding, which causes sending non-ascii characters to become in-game Garbled, I suggest adding a parameter to allow the postToChat() function to choose the encoding of the message to avoid problems.
The text was updated successfully, but these errors were encountered:
I noticed that the bottom layer of the postToChat() function is sent to the game in utf-8 encoding, but the chat message box in minecraft seems to use gbk encoding, which causes sending non-ascii characters to become in-game Garbled, I suggest adding a parameter to allow the postToChat() function to choose the encoding of the message to avoid problems.
The text was updated successfully, but these errors were encountered: