blob: 57d49fab698b4dca155b94521eeb20ffba37fb63 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
Index: kcontrol/spellchecking/spellchecking.cpp
===================================================================
--- kcontrol/spellchecking/spellchecking.cpp.orig
+++ kcontrol/spellchecking/spellchecking.cpp
@@ -67,7 +67,7 @@ void KSpellCheckingConfig::defaults()
spellConfig->setRunTogether(0);
spellConfig->setDictionary("");
spellConfig->setDictFromList(FALSE);
- spellConfig->setEncoding (KS_E_ASCII);
+ spellConfig->setEncoding (KS_E_UTF8);
spellConfig->setClient (KS_CLIENT_ISPELL);
}
|