google-code-export / openesignforms

Automatically exported from code.google.com/p/openesignforms
1 stars 0 forks source link

Email subject doesn't support non-ascii characters like ö #58

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create an email template that specifies ö in the subject.
2. Run a transaction that cause that email template to be activated.

What is the expected output? What do you see instead?
Expect the subject to show the ö and not '?'.

An examination of the message source/headers shows that the charset being used 
is cp1252 instead of utf-8.

Original issue reported on code.google.com by yoz...@gmail.com on 19 Mar 2012 at 11:11

GoogleCodeExporter commented 9 years ago
Fixed in 12.4.14 encoding for email settings on the subject to also be UTF-8.

Original comment by yoz...@gmail.com on 13 Apr 2012 at 11:50