> Date: Mon, 14 Jan 2013 10:32:30 +0100 > From: Oliver Jones <ojo...@wiwi.uni-bielefeld.de> > Cc: help-emacs-windows@gnu.org > > Am 11.01.2013 20:17, schrieb Eli Zaretskii: > > Did you type > > "M-x ispell-change-dictionary RET de_DE_frami RET" to change to this > > dictionary? > > Yes, that is exactly what I did. > > > > > Also, where did you get the de_DE_frami dictionary? > > I got it from here: > http://extensions.openoffice.org/en/project/dict-de_DE_frami > > > And how exactly is hunspell invoked for this dictionary after you invoke > > ispell-change-dictionary as above (look in Process Explorer or some > > equivalent)? > After "M-x list-processes RET" I get this: > > Process: ispell > Status: run > Buffer: -- > TTY: -- > Command: C:\Dokumente und Einstellungen\...\hunspell.exe -a -d de_DE_frami > -r -i utf-8
The de_DE_frami.aff file clearly says that its encoding is ISO 8859-1: SET ISO8859-1 So you need to arrange for Emacs to use latin-1 with this dictionary, not utf-8.