6.0.0-alpha14
7/2/25

[#9079] Using aspell driver with portuguese
Summary Using aspell driver with portuguese
Queue IMP
Queue Version Git master
Type Bug
State Resolved
Priority 2. Medium
Owners slusarz (at) horde (dot) org
Requester leandro.damascena (at) gmail (dot) com
Created 06/07/2010 (5504 days ago)
Due
Updated 06/07/2010 (5504 days ago)
Assigned
Resolved 06/07/2010 (5504 days ago)
Github Issue Link
Github Pull Request
Milestone
Patch No

History
06/07/2010 07:25:23 PM Michael Slusarz Assigned to Michael Slusarz
State ⇒ Resolved
 
06/07/2010 07:25:08 PM Git Commit Comment #3 Reply to this comment
06/07/2010 03:36:14 PM leandro (dot) damascena (at) gmail (dot) com Comment #2
New Attachment: patch_entities.diff Download
Reply to this comment

[Show Quoted Text - 20 lines]
Sorry, I forgot the patch.
06/07/2010 03:35:33 PM leandro (dot) damascena (at) gmail (dot) com Comment #1
Priority ⇒ 2. Medium
Patch ⇒ No
Milestone ⇒
Queue ⇒ IMP
Summary ⇒ Using aspell driver with portuguese
Type ⇒ Bug
State ⇒ Unconfirmed
Reply to this comment
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.

Saved Queries