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

quicksketch’s picture

Thanks 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 &#233; in your options.

adam1’s picture

Status: Active » Closed (works as designed)

Solved!
My fault - i was dumb enough to overlook that the key-value-pairs were written in wrong code: they were in form <key>|value instead of key|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

adam1’s picture

Issue summary: View changes

Wrapped encoded words in code tags.