10-24-2006 03:52 AM
10-24-2006 04:36 AM
12-06-2006 05:55 AM
06-29-2010 04:55 PM
Hi,
I run into some troubles with the encoding when using email templates through the MailActionExecuter class even that everything (server, mailserver, … ) was set to UTF-8 !
My content also was written with UTF-8 encoding
After going down deeper and deeper the source, i get the following solution:
On creation of the freemarker.template.Configuration class, the system property "file.encoding" from the JVM is loaded as default encoding…
On JVM installation, sometimes, 'Cp1252' encoding is set automatically (for well-known but obscure reason…) :?
To avoid this problem, add the following option to your JVM options:
-Dfile.encoding=UTF-8
Best regards,
JM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.