From 6127986e76cadf0152f469e992ce830fbf1cd937 Mon Sep 17 00:00:00 2001
From: tumashu1 <tumashu1@web>
Date: Mon, 26 Nov 2018 04:53:13 -0400
Subject: [PATCH]

---
 doc/bugs/table_can_not_deal_with_Chinese_.mdwn | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/doc/bugs/table_can_not_deal_with_Chinese_.mdwn b/doc/bugs/table_can_not_deal_with_Chinese_.mdwn
index e3980293b..a943081cb 100644
--- a/doc/bugs/table_can_not_deal_with_Chinese_.mdwn
+++ b/doc/bugs/table_can_not_deal_with_Chinese_.mdwn
@@ -13,3 +13,12 @@ But the below example works well.
     1,2,3
     """
     ]]
+
+
+The below example works well too
+
+    [[!table format=dsv delimiter=, data="""
+    a,b,c
+    1,2,你好
+    """
+    ]]
-- 
2.39.5