fabiocolacio / Marker

🖊 A gtk3 markdown editor
GNU General Public License v3.0
832 stars 75 forks source link

UTF-8 decoding error #364

Open nick87720z opened 2 years ago

nick87720z commented 2 years ago

I got this error while trying to convert md to odt. Exact output:

UTF-8 decoding error in .marker_tmp_markdown.md at byte offset 3197 (a4).
The input must be a UTF-8 encoded text.

File has russian content and filename before extension, but neither this nor pandoc are reasons. Because I managed to convert it with manual pandoc command, getting completely valid output:

pandoc -f markdown -t odt -o ./file.odt ./file.md