You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
523 B
14 lines
523 B
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);
|
|
}
|
|
|