Bug #71557
closed
EXT:form - Form error message bad utf-8 encoding
Added by Stano Paska about 9 years ago.
Updated about 6 years ago.
Description
When error message contains utf-8 characters, they will be messed up (see appended file).
Files
- Subject changed from Form error message bad utf-8 encoding to EXT:form - Form error message bad utf-8 encoding
Thank you for your report. We'll investigate it.
I patched it already, but I am not able to commit it in review :-(
- Status changed from New to Under Review
Thx. We'll review it. Everything is fine with the process of pushing. Don't see a problem. What do you mean?
It is ok now. I had bad default author's email address in my global git config...
Okay. I've also changed the commit message. If you have to push a further patchset, please be so patient to use this "new" one. Thx.
Okay, hard to reproduce. Thanks to Morton we've found out. Use the following form for testing:
enctype = multipart/form-data
method = post
prefix = tx_form
confirmation = 1
postProcessor {
1 = mail
1 {
recipientEmail = your@mail.com
senderEmail = your@mail.com
}
}
layout {
elementWrap = <div><element /></div>
}
10 = TEXTLINE
10 {
type = text
name = lalala
label {
value = Edit this label
}
}
20 = SUBMIT
20 {
type = submit
name = 3
value = Submit form
}
rules {
1 = required
1 {
showMessage = 1
message = ÄÖÜߊ š Ÿ Ž ž
error = äoüߊ š Ÿ Ž ž
element = lalala
}
}
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
- Status changed from Resolved to Closed
Also available in: Atom
PDF