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 10-24-2009, 05:06 AM
Active Member
 
Posts: 30
Default German spell does not work with 6.0.2

Hi,

the german spell for mail texts does not work correctly with release 6.0.2.
German umlaute (ß,ö,ä,ü) will not accepted by the spell engine.

In release 6.0.1 it worked.

Regards
Thomas
Reply With Quote
  #2 (permalink)  
Old 10-24-2009, 05:25 AM
Loyal Member
 
Posts: 98
Default Urgent

neither portuguese.. Looks like they changed aspell.php.. Now it's broken..

I get the error

method: CheckSpellingRequest
msg: system failure: Spell check failed: iconv() [function.iconv]: Detected an illegal character in input string
code: service.FAILURE
detail: soap:Receiver

Now I'm stuck because I upgraded..
Reply With Quote
  #3 (permalink)  
Old 10-26-2009, 07:25 AM
Project Contributor
 
Posts: 55
Default

Same problem with Finnish.

How to modify aspell.php ?

-- Timo
Reply With Quote
  #4 (permalink)  
Old 10-26-2009, 08:05 AM
Loyal Member
 
Posts: 98
Thumbs down

I would like to know too.. I tried changing aspell.php regarding the way it was on 6.0.1 but had no sucess... this is a serious issue! I'll have to downgrade to 6.0.1 or something if there's no response.. Probably it's all related with the changes made to fix this bug.. Bug 40593 – web client spell check errors
Reply With Quote
  #5 (permalink)  
Old 10-26-2009, 08:17 AM
Junior Member
 
Posts: 9
Default

Dutch is also not working.
Reply With Quote
  #6 (permalink)  
Old 10-26-2009, 08:44 AM
Project Contributor
 
Posts: 55
Default

Hi

I started to dig into the aspell-issue.

First of all you could test the aspell separately in url http://<zimbra>:7780/aspell.php.

I seems that the corversion between UTF-8 and ISO-8859-1 is unnecessary.
I changed following in /opt/zimbra/httpd/htdocs/aspell.php

line 47

// Convert to ISO-8859-1
//$text = iconv("UTF-8", "iso-8859-1//IGNORE", $text);

line 90

$suggestions = implode(",", pspell_suggest($dictionary, $word));
//$suggestions = utf8_encode($suggestions);

//$utfw = utf8_encode($word);
//$misspelled .= "$utfw:$suggestions\n";
$misspelled .= "$word:$suggestions\n";

Now the Finnish spell checking is working.

-- Timo
Reply With Quote
  #7 (permalink)  
Old 10-26-2009, 08:58 AM
Junior Member
 
Posts: 9
Default

Thanks meikka,

It's working again now.
Reply With Quote
  #8 (permalink)  
Old 10-26-2009, 09:38 AM
Active Member
 
Posts: 37
Default

FYI, Having the exact same issue with English spellcheck, the above file edit fixed it also. 6.0.2 Network Ed. Ubuntu 32bit
Reply With Quote
  #9 (permalink)  
Old 10-26-2009, 09:50 AM
Zimbra Consultant & Moderator
 
Posts: 19,653
Default

Will someone please file a bug report for this problem.
__________________
Regards


Bill
Reply With Quote
  #10 (permalink)  
Old 10-26-2009, 09:56 AM
Active Member
 
Posts: 37
Default

Bug report filed.
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.