jon 00/11/03 19:00:28 Modified: test/misc velocity.properties Log: removed FastWriter stuff Revision Changes Path 1.3 +2 -4 jakarta-velocity/test/misc/velocity.properties Index: velocity.properties =================================================================== RCS file: /home/cvs/jakarta-velocity/test/misc/velocity.properties,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- velocity.properties 2000/11/01 18:40:19 1.2 +++ velocity.properties 2000/11/04 03:00:27 1.3 @@ -19,10 +19,8 @@ # # template.cache=false -# Options for the FastWriter -template.encoding = UTF8 -template.asciihack = false - +# Encoding +template.encoding=8859_1 # This is for #foreach loops. You can # retrieve the current number of the item
