6.0.0-beta1
▾
Tasks
New Task
Search
Photos
Wiki
▾
Tickets
New Ticket
Search
dev.horde.org
Toggle Alerts Log
Help
9/7/25
H
istory
A
ttachments
C
omment
W
atch
Download
Comment on [#2337] Problem with spell check with accented characters
*
Your Email Address
*
Spam protection
Enter the letters below:
.__ . ..__ . .. . [__)| |[__)| ||__| | \|/\|[__)|__|| |
Comment
> The problem comes from fact that IMP 4 seems to use UTF-8 internally > and so it sends the text to aspell in UTF-8. aspell version 0.33 that > comes with RHEL3 works only with ISO8859-1. > > > > A simple workaround is to define a script that does the conversion > from and to UTF-8 before sending the data to aspell. Here is an > example: > > > > # cat /usr/local/bin/aspell2 > > > > #!/bin/bash > > /usr/bin/iconv -f utf-8 -t iso8859-1 < /dev/stdin | /usr/bin/aspell > $@ | /usr/bin/iconv -f iso8859-1 -t utf-8 > > > > You then use /usr/local/bin/aspell2 in the IMP configuration, and the > spell checking of text using any language supported by aspell 0.33 > should now work properly.
Attachment
Watch this ticket
N
ew Ticket
M
y Tickets
S
earch
Q
uery Builder
R
eports
Saved Queries
Open Bugs
Bugs waiting for Feedback
Open Bugs in Releases
Open Enhancements
Enhancements waiting for Feedback
Bugs with Patches
Enhancements with Patches
Release Showstoppers
Stalled Tickets
New Tickets
Horde 5 Showstoppers