Details
Description
There seem to be problem in interpolating the template when we add non-UTF
characters in the velocity templates.
A typical synario where we faced this issue was that a welcome message e-mail
(velocity template) was missing the content portion as it contained the
charecter "". We could reproduce the problem consistently by adding this
charecter in the velocity template.
It would be great if we get velocity to handle these type of data as there is a
possibility of making the contents look weird otherwise.