Revision: 2828
Author: seba.wagner
Date: Fri Jan 22 03:34:22 2010
Log: Fixes Issue 1092
Changing the encoding for the Velocity Template Engine fixed it.
http://code.google.com/p/openmeetings/source/detail?r=2828

Modified:
 /trunk/singlewebapp/WebContent/WEB-INF/velocity.properties
/trunk/singlewebapp/server/red5/webapps/openmeetings/WEB-INF/velocity.properties

=======================================
--- /trunk/singlewebapp/WebContent/WEB-INF/velocity.properties Mon Oct 12 05:52:02 2009 +++ /trunk/singlewebapp/WebContent/WEB-INF/velocity.properties Fri Jan 22 03:34:22 2010
@@ -13,6 +13,9 @@
 file.resource.loader.cache = false
 file.resource.loader.modificationCheckInterval = 0

+input.encoding=UTF-8
+output.encoding=UTF-8
+
 #
 #  for the loader we call 'class', use the ClasspathResourceLoader
 #
=======================================
--- /trunk/singlewebapp/server/red5/webapps/openmeetings/WEB-INF/velocity.properties Tue Jan 5 08:27:13 2010 +++ /trunk/singlewebapp/server/red5/webapps/openmeetings/WEB-INF/velocity.properties Fri Jan 22 03:34:22 2010
@@ -13,6 +13,9 @@
 file.resource.loader.cache = false
 file.resource.loader.modificationCheckInterval = 0

+input.encoding=UTF-8
+output.encoding=UTF-8
+
 #
 #  for the loader we call 'class', use the ClasspathResourceLoader
 #

--
You received this message because you are subscribed to the Google Groups 
"OpenMeetings developers" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/openmeetings-dev?hl=en.

Reply via email to