-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"ablog build" fails in a fresh repository, encoding issues with conf.py #86
Comments
While writing up how to reproduce this issue, I realize this happens even when I only use ASCII characters; fancy Unicode quotes in ablog's I'm quite sure that the fancy quotes should be replaced by ASCII quotes, and I'll send a (trivial) partial fix later today or tomorrow. I'll still have to see if accents and umlauts in e.g. the blog title work. Here's how to reproduce this issue: I use Windows, MINGW64 bash, Python 3.5.2. In an empty directory:
Now,
I press Enter, ANYTITLE Enter, ANYNAME Enter, Enter.
|
cf. issue abakan-zz#86. (also correct a typo on the same line)
* tiwo/abakan-zz#86: don't use fancy quotes in the conf.py template
Confirmed for me. I currently only resist to adopt ablog for stability concerns. |
A new version of Ablog (v0.9.0) is out at this repo. This issue should be fixed now but we made it explicitly support Sphinx |
On Windows,
ablog build
somwhere assumesconf.py
's encoding as "cp1252", triggering UnicodeDecodeError when using non-ASCII character in the blog title (äöüß).The text was updated successfully, but these errors were encountered: