File: core.spellcheck.php, function check( )
After replacing language to $lang=‘pl’ I have had to modify line
$str = '<?xml version="1.0" encoding="UTF-8"?'.">\n<items>\n";to
$str = '<?xml version="1.0" encoding="ISO8859-2"?'.">\n<items>\n";It’s independent on system encoding settings.
How to reproduce problem:
set $lang to ‘pl’
edit weblog entry. Use default words “Thank you for choosing ExpressionEngine”
spellcheck
take a look at first word “Thank”
Look at suggestions. The first suggestion should be “HankÄ…”. If encoding is set to UTF-8 you will see “Hank?”.
—————
Another issue:
You shouldn’t use $common words if the language is not english.
—————
Greetengs.