Open
Description
Describe the bug
Sometimes in differents part of the code I see a unicode problem.
To reproduce
- Take grandlarc.
- Put this code
- Type in chat something in Unicode
public OnPlayerText(playerid, text[])
{
new pText[144];
format(pText, sizeof (pText), "(%d) %s", playerid, text);
SendPlayerMessageToAll(playerid, pText);
return 0; // ignore the default text and send the custom one
}
Screenshots
https://youtu.be/v2sRGcl1AMk