Skip to content

Space character order changes charset #9

@chiefcll

Description

@chiefcll

When my config looked like this
"charset": "!"#$%&'()*+,-./0123456789:;<=>?@abcdefghijklmnopqrstuvwxyz[\]^_`abcdefghijklmnopqrstuvwxyz{|}~’“”čćžšđČĆŽŠĐ "

(Notice the space at the end, after the "Đ" letter)
Then that "Đ" character was not white, it just had white thin outlines, but no white fill inside.

When I moved space after a character that I supposed I will not use in the content, such as "tilda", I lost all the spaces in my content:
"charset": "!"#$%&'()*+,-./0123456789:;<=>?@abcdefghijklmnopqrstuvwxyz[\]^_`abcdefghijklmnopqrstuvwxyz{|}~ ’“”čćžšđČĆŽŠĐ"

When I moved space in front of the all those specific characters I added, it worked fine (I left it also after tilda):
"charset": "!"#$%&'()*+,-./0123456789:;<=>?@abcdefghijklmnopqrstuvwxyz[\]^_`abcdefghijklmnopqrstuvwxyz{|}~ ’“” čćžšđČĆŽŠĐ"

Metadata

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