View Single Post
  #9 (permalink)  
Old 11-04-2009, 11:10 AM
Gaarby Gaarby is offline
Member
 
Posts: 11
Default

Hi

I have exactly the same problem (41394) with speel checker and french dictionnary.
I have upgraded to 6.0.2_GA 64bit on debian.
I have found a workaroud who work fine for me:
Edit /opt/zimbra/httpd/htdocs/aspell.php

Simply comment following lines
$text = iconv("UTF-8", "iso-8859-1//IGNORE", $text);
This line resolved the zimbra error
you have to comment too this line:
$suggestions = utf8_encode($suggestions);
Who resolved bug for suggestion with specials caracters

Hope this help you.
Reply With Quote