spell_codeset     433 src/editor/spell.c         const char *spell_codeset;
spell_codeset     440 src/editor/spell.c             spell_codeset = get_codepage_id (mc_global.source_codepage);
spell_codeset     443 src/editor/spell.c             spell_codeset = str_detect_termencoding ();
spell_codeset     446 src/editor/spell.c         mc_aspell_config_replace (global_speller->config, "encoding", spell_codeset);