FormTemplateProcessor
FormTemplateProcessor copied to clipboard
UTF-8 accented characters proper sending
I just fixed the sending of UTF-8-encoded accented characters.
I tried to send some Slovak characters for testing:
ľščťžýáíé
Before the fix it sent: ľšÄ�ťžýáÃé ...encoded as
ľšÄ_ťžýáÃé
After the fix it sent: ľščťžýáíé ...encoded as
ľščťžýáíé
... which is not perfect, but much better than before the fix.
Thanks, rzelnik!