-
Notifications
You must be signed in to change notification settings - Fork 6
Description
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{|}~ ’“” čćžšđČĆŽŠĐ"