Special characters not showed correctly in spell checker

Bug #174000 reported by sander
2
Affects Status Importance Assigned to Milestone
Coccinella
Confirmed
High
Mats

Bug Description

Special characters are not showed correctly in spell checker. In the attached screenshot, the first item should be "Cocaïne" and the one under "Cocon" should be "Cécile".

Revision history for this message
sander (s-devrieze) wrote :
Changed in coccinella:
assignee: nobody → matsben
importance: Undecided → High
Revision history for this message
Mats (matsben) wrote :

There are a lot of problems with the spell checker. I have some C code which I will use instead later on. In this case I must know if you are using aspell or ispell. Try:

parray spell::static

Because ispell doesn't support utf-8 and it is a mess to translate encodings back and forth:

 if {$static(speller) eq "ispell"} {
     #fconfigure $pipe -encoding latin1
 } elseif {$static(speller) eq "aspell"} {

     # Both we and aspell use utf-8, thus, no translation!
     fconfigure $pipe -translation binary
 }

Revision history for this message
sander (s-devrieze) wrote : Re: [Bug 174000] Re: Special characters not showed correctly in spell checker

2007/12/5, Mats <email address hidden>:
> There are a lot of problems with the spell checker. I have some C code
> which I will use instead later on. In this case I must know if you are
> using aspell or ispell. Try:
>
> parray spell::static

spell::static(dict) = en
spell::static(dicts) = en en_CA en_GB en_US nl
spell::static(paths) =
spell::static(speller) = aspell
spell::static(w) = -

> Because ispell doesn't support utf-8 and it is a mess to translate
> encodings back and forth:

No ispell issue thus...

--
Mvg, Sander Devrieze.

Mats (matsben)
Changed in coccinella:
status: New → Confirmed
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Bug attachments

Remote bug watches

Bug watches keep track of this bug in other bug trackers.