When I use pandoc to transform markdown format table in which there is some Chinese character to rst format table,the generated table seems some wrong. Such as follows: (this is a Elf32_Sym introduction, but it is now in Chinese) md format: | 字段 | 说明 | | -------- | ---------------------------------------- | | st_name | 符号在字符串表中对应的索引。如果该值非 0,则它表示了给出符号名的字符串表索引,否则符号表项没有名称。 注:外部 C > 符号在 C 语言和目标文件的符号表中具有相同的名称。 | | st_value | 给出与符号相关联的数值,具体取值依赖于上下文,可能是一个正常的数值、一个地址等等。 | | st_size | 给出对应符号所占用的大小。如果符号没有大小或者大小未知,则此成员为0。 | | st_info | 给出符号的类型和绑定属性。之后会给出若干取值和含义的绑定关系。 | | st_other | 目前为0,其含义没有被定义。 | | st_shndx | 每个符号表项都会和某个节区有所关系。此成员给出相关的节区头部表索引。某些索引具有特殊含义。 | rst format: +-----------+-------------------------------------------+ > | 字段 | 说明 | > +===========+===========================================+ > | st\_name | 符号在字符串表中对应的索引。如果该值非 | > | | 0,则它表示了给出符号名的字符串表索引,否则符号表项没有名称。 | > | | | > | | 注:外部 C 符号在 C | > | | 语言和目标文件的符号表中具有相同的名称。 | > +-----------+-------------------------------------------+ > | st\_value | 给出与符号相关联的数值,具体取值依赖于上下文,可能是一个正常的数值、一个地址等等。 | > +-----------+-------------------------------------------+ > | st\_size | 给出对应符号所占用的大小。如果符号没有大小或者大小未知,则此成员为0。 | > +-----------+-------------------------------------------+ > | st\_info | 给出符号的类型和绑定属性。之后会给出若干取值和含义的绑定关系。 | > +-----------+-------------------------------------------+ > | st\_other | 目前为0,其含义没有被定义。 | > +-----------+-------------------------------------------+ > | st\_shndx | 每个符号表项都会和某个节区有所关系。此成员给出相关的节区头部表索引。某些索引具有特 | > | | 殊含义。 | > +-----------+-------------------------------------------+ > is there any way I can solved it? thanks. -- You received this message because you are subscribed to the Google Groups "pandoc-discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to pandoc-discuss+unsubscribe@googlegroups.com. To post to this group, send email to pandoc-discuss@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/pandoc-discuss/b5d59708-1d56-4c95-aa79-9360c1a14580%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.