aboutsummaryrefslogtreecommitdiff
path: root/velocity-engine-core/src/test/resources/templates/encodingtest2.vm
diff options
context:
space:
mode:
Diffstat (limited to 'velocity-engine-core/src/test/resources/templates/encodingtest2.vm')
-rw-r--r--velocity-engine-core/src/test/resources/templates/encodingtest2.vm4
1 files changed, 4 insertions, 0 deletions
diff --git a/velocity-engine-core/src/test/resources/templates/encodingtest2.vm b/velocity-engine-core/src/test/resources/templates/encodingtest2.vm
new file mode 100644
index 00000000..128847dc
--- /dev/null
+++ b/velocity-engine-core/src/test/resources/templates/encodingtest2.vm
@@ -0,0 +1,4 @@
+This is an example of chinese code encoding:
+
+#set ($ch = "上网")
+The chinese string is $ch, its length is $ch.length()