shinsuke 2004/11/06 14:20:31 Modified: portal/src/webapp/WEB-INF velocity.properties Log: added input.encoding=UTF-8 this property is needed in order to display characters other than ASCII on templates, such as layout. Revision Changes Path 1.6 +7 -0 jakarta-jetspeed-2/portal/src/webapp/WEB-INF/velocity.properties Index: velocity.properties =================================================================== RCS file: /home/cvs/jakarta-jetspeed-2/portal/src/webapp/WEB-INF/velocity.properties,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- velocity.properties 20 Sep 2004 19:25:16 -0000 1.5 +++ velocity.properties 6 Nov 2004 22:20:31 -0000 1.6 @@ -106,4 +106,11 @@ external.init = false +#---------------------------------------------------------------------------- +# C H A R A C T E R E N C O D I N G +#---------------------------------------------------------------------------- +# Character encoding for input (templates). Using this, you can use +# alternative encoding for your templates, such as UTF-8. +#---------------------------------------------------------------------------- +input.encoding = UTF-8
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]