Skip to content

Charset problem #61

Open
Open
@Disinterpreter

Description

@Disinterpreter

Describe the bug
Sometimes in differents part of the code I see a unicode problem.

To reproduce

  1. Take grandlarc.
  2. Put this code
  3. 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

No one assigned

    Labels

    bugSomething isn't workingcoreThe issue depends from the code of the module.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions