geirm       01/05/29 22:56:34

  Added:       test/templates encodingtest2.vm encodingtest3.vm
               test/templates/compare encodingtest2.cmp encodingtest3.cmp
  Log:
  adding new templates and cmp for encoding test.  First is UTF-8, the second GBK
  
  Revision  Changes    Path
  1.1                  jakarta-velocity/test/templates/encodingtest2.vm
  
  Index: encodingtest2.vm
  ===================================================================
  This is an example of chinese code encoding:
  
  #set ($ch = "上网")
  The chinese string is $ch, its length is $ch.length()
  
  
  
  1.1                  jakarta-velocity/test/templates/encodingtest3.vm
  
        <<Binary file>>
  
  
  1.1                  jakarta-velocity/test/templates/compare/encodingtest2.cmp
  
  Index: encodingtest2.cmp
  ===================================================================
  This is an example of chinese code encoding:
  
  The chinese string is 上网, its length is 2
  
  
  
  1.1                  jakarta-velocity/test/templates/compare/encodingtest3.cmp
  
        <<Binary file>>
  
  

Reply via email to