spell_codeset     277 src/editor/spell.c         const char *spell_codeset;
spell_codeset     284 src/editor/spell.c             spell_codeset = get_codepage_id (mc_global.source_codepage);
spell_codeset     287 src/editor/spell.c             spell_codeset = str_detect_termencoding ();
spell_codeset     290 src/editor/spell.c         mc_aspell_config_replace (global_speller->config, "encoding", spell_codeset);