[Tickets #5955] Re: DIMP preview not working
bugs at horde.org
bugs at horde.org
Tue Apr 1 15:47:31 UTC 2008
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/5955
-----------------------------------------------------------------------
Ticket | 5955
Updated By | nuno_loureiro at sapo.pt
Summary | DIMP preview not working
Queue | DIMP
Version | 1.0-RC1
Type | Bug
State | Assigned
Priority | 2. Medium
Milestone | 1.0
Patch |
Owners | Jan Schneider
-----------------------------------------------------------------------
nuno_loureiro at sapo.pt (2008-04-01 11:47) wrote:
This happened to me in the past too.
Basically, on the viewport, if a subject had a non-ascii char, the subject
line would be cut off there. I wouldn't also see the preview for that
message. If I opened the message in a new window, I could see the message
perfectly.
The problem was a locale problem. Don't ask why, but set the all relevant
charsets in your /etc/locale-gen file and run "locale-gen".
In my case,
# cat /etc/locale.gen
en_GB ISO-8859-1
en_GB.ISO-8859-15 ISO-8859-15
en_GB.UTF-8 UTF-8
en_US ISO-8859-1
en_US.ISO-8859-15 ISO-8859-15
en_US.UTF-8 UTF-8
pt_PT ISO-8859-1
pt_PT.UTF-8 UTF-8
pt_PT.UTF-8 at euro UTF-8
pt_PT at euro ISO-8859-15
# locale-gen
Generating locales (this might take a while)...
en_GB.ISO-8859-1... done
en_GB.ISO-8859-15... done
en_GB.UTF-8... done
en_US.ISO-8859-1... done
en_US.ISO-8859-15... done
en_US.UTF-8... done
pt_PT.ISO-8859-1... done
pt_PT.UTF-8... done
pt_PT.UTF-8 at euro... done
pt_PT.ISO-8859-15 at euro... done
Hope it helps.
More information about the bugs
mailing list