-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Labels
bugSomething isn't workingSomething isn't workingcoreThe issue depends from the code of the module.The issue depends from the code of the module.
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
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingcoreThe issue depends from the code of the module.The issue depends from the code of the module.