Skip to content
This repository has been archived by the owner on Sep 2, 2021. It is now read-only.

Found a bug and here's how to fix #53

Open
valzi opened this issue Sep 6, 2018 · 2 comments
Open

Found a bug and here's how to fix #53

valzi opened this issue Sep 6, 2018 · 2 comments

Comments

@valzi
Copy link

valzi commented Sep 6, 2018

Sorry, I don't know anything about github or python really, so I'm probably submitting this improperly.

Markdown-PP doesn't work when a file has the wrong kind of encoding. This can be fixed by changing

       try:
            f = open(filename, "r")

to

       try:
            f = open(filename, "r", encoding='utf-8')

in the file Include.py.

@amyreese
Copy link
Owner

amyreese commented Oct 2, 2018

What OS are you using, and which version of Python?

@valzi
Copy link
Author

valzi commented Oct 3, 2018

Windows 10. Python 2.7.15

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants