DCsunset / pandoc-include

A pandoc filter to allow file and header inclusion
MIT License
63 stars 14 forks source link

Change default encoding to UTF-8 during file reading #5

Closed mario45211 closed 4 years ago

mario45211 commented 4 years ago

PR related to issue: https://github.com/DCsunset/pandoc-include/issues/4

There was added UTF-8 encoding during opening file, which fix issue with dialect characters in files to include.

DCsunset commented 4 years ago

Thanks for your pull request. This is necessary when opening a unicode file.