Opened 10 years ago

Closed 10 years ago

#2483 closed defect (fixed)

Replacement chars aren't working in the new fonts

Reported by: sanderd17 Owned by: sanderd17
Priority: Should Have Milestone: Alpha 16
Component: Core engine Keywords:
Cc: Patch:

Description

In the language list, some languages are displayed with empty characters, while it should be the <?> replacement char.

Change History (2)

comment:1 by sanderd17, 10 years ago

Ok, simple fix, I was wrong when interpreting the range() function in Python. I took a range from 0x20 to 0xFFFD. That's 0x20 included and 0xFFFD excluded. While 0xFFFD is the actual replacement character.

So I'll have to rebuild the fonts with the replacement char in. But I'll first remove all references to the serif fonts, as wanted by the art team (so my upload is smaller).

comment:2 by sanderd17, 10 years ago

Resolution: fixed
Status: newclosed

In 14980:

Remove all references to serif fonts in the GUI files (see r14853)
Rebuild the sans fonts to include the missing glyph character (fixes #2483)
Update the pot files

Note: See TracTickets for help on using tickets.