spell_codeset     274 src/editor/spell.c         const char *spell_codeset;
spell_codeset     280 src/editor/spell.c             spell_codeset = get_codepage_id (mc_global.source_codepage);
spell_codeset     282 src/editor/spell.c             spell_codeset = str_detect_termencoding ();
spell_codeset     285 src/editor/spell.c         mc_aspell_config_replace (global_speller->config, "encoding", spell_codeset);