when I use this plugin to convert pandoc file including Chinese Chars.
Traceback (most recent call last):
File ".\sublimeplugin.py", line 356, in run
File ".\PandocRender.py", line 37, in run
UnicodeEncodeError: 'ascii' codec can't encode characters in position 7-16: ordinal not in range(128)
when I use this plugin to convert pandoc file including Chinese Chars.
I moded PandocRender.py line 37 from
to
then html conversion is fixed.