Skip to content

Encoding problems when include cyrillic files #2

@nt0xa

Description

@nt0xa

Steps to reproduce:

  1. create two files

test.md

# Тест

* один
* два
* три

```include
include.md
```

include.md

* четыре
* пять
* шесть
  1. run
pandoc --filter pandoc-include -o result.html test.md

And result will be:

<h1 id="тест">Тест</h1>
<ul>
<li>один</li>
<li>два</li>
<li>три</li>
</ul>
<ul>
<li>╤З╨╡╤В╤Л╤А╨╡</li>
<li>╨┐╤П╤В╤М</li>
<li>╤И╨╡╤Б╤В╤М</li>
</ul>

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions