Hi All
Hi guys, I have installing zimbra 6.0.2 now on a red hat 5.5 64 bits, everithing installs smooth but when i check my spell check i got a weird character I check my operating system to see the character set and works ok i can type ñ and accents but my spell check is still broken, is this might be a bug?
I found the followin bug: Bug 41394 – spanish spellcheck uses 8859-1 instead of UTF-8 when suggesting words
I did:
My aspell.php:
// Convert to ISO-8859-1
// Next line commented by me
// $text = iconv("UTF-8", "iso-8859-1//IGNORE", $text);
// Check spelling
if (!pspell_check($dictionary, $word)) {
$suggestions = implode(",", pspell_suggest($dictionary, $word));
// Added /IGNORE
$suggestions=iconv("iso-8859-1","UTF-8//IGNORE",$suggestions);
$misspelled .= "$word:$suggestions\n";
But the error es the same, I need suggestionn
Regards


LinkBack URL
About LinkBacks


