From 67968e39b3e61a20761f03e941ced0a777b2f5e6 Mon Sep 17 00:00:00 2001
From: tumashu1 <tumashu1@web>
Date: Mon, 26 Nov 2018 04:44:35 -0400
Subject: [PATCH]

---
 doc/bugs/table_can_not_deal_with_Chinese_.mdwn | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
 create mode 100644 doc/bugs/table_can_not_deal_with_Chinese_.mdwn

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
+    """
+    ]]
-- 
2.39.5