Discussion:
Special Characters in Email Velocity Templates
foward
2009-08-21 05:26:47 UTC
Permalink
Hello !

I have one question related email templates with velocity... I want to put
special characters in email templates for example, the password in spanish
is "contraseña" but when I receive the email I see the velocity template
doesn't recognize the "ñ" character ...showing like : "Contraseña" ...
exist something how I can put this special characters also the tildes or
accents in velocity templates? ...

Thanks in advance!

Kind Regards
--
View this message in context: http://www.nabble.com/Special-Characters-in-Email-Velocity-Templates-tp25074280s2369p25074280.html
Sent from the AppFuse - User mailing list archive at Nabble.com.
Fabio Cepeda
2009-08-21 20:25:54 UTC
Permalink
Hi,

Usually this has to do with encoding problems. I fix my web app changing the
file taglibs.jsp in the common directory to use pageEncoding="ISO-8859-1"
contentType="text/html; charset=ISO-8859-1", I also make sure my OS used the
right locale.

Hope it hepls,

Fabio
Post by foward
Hello !
I have one question related email templates with velocity... I want to put
special characters in email templates for example, the word password in
spanish is "contraseña" but when I receive the email I see the velocity
"Contraseña" ... exist something how I can put this special characters
also the tildes or accents in velocity templates? ...
Thanks in advance!
Kind Regards
--
View this message in context: http://www.nabble.com/Special-Characters-in-Email-Velocity-Templates-tp25074280s2369p25086761.html
Sent from the AppFuse - User mailing list archive at Nabble.com.
Loading...