]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/commitdiff
(no commit message)
authortumashu1 <tumashu1@web>
Mon, 26 Nov 2018 08:44:35 +0000 (04:44 -0400)
committeradmin <admin@branchable.com>
Mon, 26 Nov 2018 08:44:35 +0000 (04:44 -0400)
doc/bugs/table_can_not_deal_with_Chinese_.mdwn [new file with mode: 0644]

diff --git a/doc/bugs/table_can_not_deal_with_Chinese_.mdwn b/doc/bugs/table_can_not_deal_with_Chinese_.mdwn
new file mode 100644 (file)
index 0000000..e398029
--- /dev/null
@@ -0,0 +1,15 @@
+Table directive can not deal with Chinese, when format csv
+
+    \[[!table format=csv data="""
+    a,b,c
+    1,2,你好
+    """
+    ]]
+
+But the below example works well.
+
+    \[[!table format=csv data="""
+    a,b,c
+    1,2,3
+    """
+    ]]