Hi! I am currently building my custom bitmap font for a game that is localized for other language than English. Custom font works fine for all the characters but I can’t make scandics (ä, å, ö) work at all. The corresponding ASCII indexes are 142, 143 and 153 but Unity font does not recognize those.
The corresponding ASCII codes for these ÄÅÖ keys in Finnish keyboard are 91, 92 and 93 but those do not work either.
I could switch to dynamic Unity font which works fine, but then I can’t use custom typeface which is quite important in pixel-perfect visuals.
Is there something I can do?