Closed rikedyp closed 3 years ago
Hi @rikedyp.
This is a code conversion problem between Windows-1252 and Unicode.
Can you try the PYTHONUTF8
environment variable?
$ set PYTHONUTF8=1
$ mkdocs build > debug_pre_pdf.html
refs: PEP-0540
That works, thanks!
Seems related to handling of unicode in Python, except the same repo and configuration successfully builds and outputs to file on Linux
Windows 10 Version 10.0.19042 Build 19042 Python 3.7.4 (tags/v3.7.4:e09359112e, Jul 8 2019, 20:34:20) [MSC v.1916 64 bit (AMD64)]