aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/bugs/table_can_not_deal_with_Chinese_.mdwn15
1 files changed, 15 insertions, 0 deletions
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
index 000000000..e3980293b
--- /dev/null
+++ b/doc/bugs/table_can_not_deal_with_Chinese_.mdwn
@@ -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
+ """
+ ]]