Skip to content

kWordJoinerUTF8 utf8 character in stringrenderer.cpp is system encoding dependent #388

Closed
@vidiecan

Description

to make sure that c++ uses utf8 strings use either u8 prefix (C++11 support needed) or raw bytes e.g.,

static const char* kWordJoinerUTF8 = "\xE2\x81\xA0"; //u8"\u2060";

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions