gui_text_box_charmap 2042 core/gui.c     static const char* gui_text_box_charmap[] = { "Default", "German", "Russian" };
gui_text_box_charmap 2050 core/gui.c         MENU_ENUM2(0x5f,LANG_MENU_VIS_CHARMAP,            &conf.tbox_char_map, gui_text_box_charmap ),