[Tickets #9079] Using aspell driver with portuguese

bugs at horde.org bugs at horde.org
Mon Jun 7 15:35:33 UTC 2010


DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.

Ticket URL: http://bugs.horde.org/ticket/9079
------------------------------------------------------------------------------
  Ticket             | 9079
  Created By         | leandro.damascena at gmail.com
  Summary            | Using aspell driver with portuguese
  Queue              | IMP
  Version            | Git master
  Type               | Bug
  State              | Unconfirmed
  Priority           | 2. Medium
  Milestone          |
  Patch              |
  Owners             |
------------------------------------------------------------------------------


leandro.damascena at gmail.com (2010-06-07 11:35) wrote:

In Brazil the words use accents and that creates a problem with  
ckeditor + aspell. The ckeditor by default uses html entities, and  
aspell cannot work with this. Below is an example command line aspell:

That command does not work (using html entities)
echo "vídeo" | aspell -a --sug-mode=fast  
--encoding='ISO-8859-1' --lang='pt_BR' -H
@(#) International Ispell Version 3.1.20 (but really Aspell 0.60.3)
*
& deo 18 9: doe, doê, dei, de, do, dê, dó, dedo, demo, depô, devo,  
deu, duo, dão, dôo, der, dez, dês


That command works (not using html entities)
echo "vídeo" | aspell -a --sug-mode=fast --encoding='ISO-8859-1'  
--lang='pt_BR' -H
@(#) International Ispell Version 3.1.20 (but really Aspell 0.60.3)
*

I made a patch and now is working.






More information about the bugs mailing list