Closed (works as designed)
Project:
Webform
Version:
6.x-3.14
Component:
Miscellaneous
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
28 Sep 2011 at 18:34 UTC
Updated:
29 Sep 2011 at 21:28 UTC
I discovered problems with diacritic characters (Accents like á, à, é) in option-lists in Webform 6.x-3.14:
when defining an option-list with key/value-pairs (example: subject | Mélange), the value-part "Mélange" will not be properly displayed in most versions of internet explorer. When i write the key-value-pair like this: subject|mélange, its properly displayed in all browsers, but in the confirmation-email that is sent, the %email_values are written as Mélange again, without displaying the proper "é".
Comments
Comment #1
quicksketchThanks for the report. I've edited your post to wrap encoded characters in
<code>tags. I'll try to reproduce this when I get a chance. Webform should do all the encoding for you. You shouldn't ever need to usedéin your options.Comment #2
adam1 commentedSolved!
My fault - i was dumb enough to overlook that the key-value-pairs were written in wrong code: they were in form
<key>|valueinstead ofkey|value.I am so sorry wasting your time, but the fact that different browsers handled the fault differently, made me blind to see the obvious.
Thanks for your fast reply!
Adam
Comment #2.0
adam1 commentedWrapped encoded words in code tags.