Summary | Accented letters doesn't show in spellcheck link |
Queue | IMP |
Queue Version | HEAD |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | jan (at) horde (dot) org |
Requester | gb (at) atomas (dot) com |
Created | 08/16/2007 (6505 days ago) |
Due | |
Updated | 09/10/2007 (6480 days ago) |
Assigned | 08/22/2007 (6499 days ago) |
Resolved | 09/10/2007 (6480 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
Assigned to Jan Schneider
State ⇒ Resolved
Can anyone else reproduce this?
6SP1 (Win XP SP2) and Firefox 2.0.0.5 (or 2.0.0.4 ?) on both OS.
I guess the page is rendered with ISO-8859-15
State ⇒ Feedback
started working just fine after I dumped a bit of debug output. I
wonder what browser you're using, and what character encoding the page
is rendered with?
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ Accented letters doesn't show in spellcheck link
Queue ⇒ IMP
State ⇒ Unconfirmed
french by "Vérifier l'orthographe" but it get truncated to "V"
(because of the e acute accent.
_("Resume Editing") is translated by "Reprendre l'édition", but only
"Reprendre l'" shows up.
Source code of the generated HTML page:
var SpellCheckerObject; Event.observe(window, "load", function() {
SpellCheckerObject = new
SpellChecker("/imp/imple.php?imple=SpellChecker/input=message",
"message", "spellcheck", {"CheckSpelling":"<img src=\"\" alt=\"\"
title=\"\" \/><br \/>V","Checking":"<img src=\"\" alt=\"\" title=\"\"
\/><br \/>V","ResumeEdit":"<img src=\"\" alt=\"\" title=\"\" \/><br
\/>Reprendre l'","Error":"<img src=\"\" alt=\"\" title=\"\" \/><br
\/>"}, {"cs_CZ":"Czech
(Česky)","da_DK":"Dansk","de_DE":"Deutsch","en_US":"English
(American)","en_GB":"English (British)","en_CA":"English
(Canadian)","es_ES":"Español","fr_FR":"Français","el_GR":"Greek
(Ελληνικά)","it_IT":"Italiano","nl_NL":"Nederlands","pl_PL":"Polski","pt_PT":"Português","pt_BR":"Português Brasileiro","ru_RU":"Russian (Русский)","sl_SI":"Slovenian (Slovenščina)","sv_SE":"Svenska"}, 'widget'); }
);