slajerek / RetroDebugger

Retro Debugger is a multiplatform debugger APIs host for retro computers: C64 (Vice), Atari800 and NES (NestopiaUE).
175 stars 20 forks source link

Monitor console shows wrong Glyphs for some Characters/Symbols #34

Open mrdudz opened 5 months ago

mrdudz commented 5 months ago

This probably happens when using RetroDebugger on a different locale than US/EN (german here) - open monitor console and its immediately visible, in the help text where it should be [ or ] its Ä and Ö instead. Also when typing [ or ] it turns into Ä or Ö :)

slajerek commented 3 months ago

The font used in code monitor is simply the same as original Commodore 64 charset and there are no such characters there or are not mapped. I am planning to add possibility to select debugger's default font as it is in other views.

mrdudz commented 3 months ago

? but the C64 charset contains [ and ] - and it doesn't contain Umlauts :) My bet is still on a locale problem ( [ and ] are at the same place on a US keyboard where there is Ö and Ä on a german one)