mattiasgustavsson / dos-like

Engine for making things with a MS-DOS feel, but for modern platforms

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Extended Ascii Set

RicoP opened this issue · comments

This code outtextxy(10, 26, " ä,ö,ü,ß"); crashes in pixelfont.h:151 because the glypths for umlauts are missing. It would be nice to support the extended ascii set (128-255) or at least do a bit of sanitation where characters that are >127 will be replaced with some placeholder, like "_".

Thanks for letting me know! It was just an erroneous cast, it should be fixed now.