|
From: Gunter K. <gu...@pe...> - 2017-01-10 06:03:39
|
Looks like a font issue to me: Some programs choose a set of the 255 characters they will use (which is not many, but allows to encode any given character in a single byte) and name this a codepage. But there is never a good way which characters are available and what number they are at. Others use unicode - but handling unicode is more complicated. Is there a way you can change the font being used? |