aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/table_can_not_deal_with_Chinese_.mdwn
blob: e3980293be08aa099a83dfde43d0b83cc693c7b6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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
    """
    ]]