Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
3.0-incubating
-
None
Description
Some built-in functions of freemarker need the output-encoding set, this should be done by the framework embedding freemarker.
see http://freemarker.sourceforge.net/docs/ref_builtins_string.html#ref_builtin_url
as a workaround one can set the encoding explicitly in the template using
<#setting url_escaping_charset="UTF-8">