spell_codeset     276 src/editor/spell.c         const char *spell_codeset;
spell_codeset     283 src/editor/spell.c             spell_codeset = get_codepage_id (mc_global.source_codepage);
spell_codeset     286 src/editor/spell.c             spell_codeset = str_detect_termencoding ();
spell_codeset     289 src/editor/spell.c         mc_aspell_config_replace (global_speller->config, "encoding", spell_codeset);