Zimbra offers Open Source email server software and shared calendar for Linux and the Mac
Go Back   Zimbra :: Forums > Zimbra Collaboration Suite > Administrators

Welcome to the Zimbra :: Forums!
Welcome, if you would like to post a comment please register. We also encourage you to explore all things Zimbra with our team and members of the community.

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 12-20-2009, 09:14 PM
Senior Member
 
Posts: 58
Default spell spanish Bug

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
Reply With Quote
  #2 (permalink)  
Old 12-20-2009, 11:29 PM
Zimbra Consultant & Moderator
 
Posts: 20,312
Default

Quote:
Originally Posted by viaris View Post
But the error es the same, I need suggestion
Surely the answer would be to upgrade to 6.0.4 where this bug has been fixed.
__________________
Regards


Bill
Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads

Why Join?

Registering let's you ask questions, makes it easier to search, displays any files attached to posts, and notifies you about replies.

blog.zimbra.com




 

SEO by vBSEO ©2011, Crawlability, Inc.