Skip to content

Utilities/Sphinx: Fix support for UTF-8 documents

權少 requested to merge gwankyun/cmake:fix_sphinx_utf8_support into master

I'm trying to translate some documents, but it don't support utf8.

In VS output

2>sphinx-build html: see Utilities/Sphinx/build-html.log
2>
2>CUSTOMBUILD : Encoding error :
2>'gbk' codec can't decode byte 0xac in position 134: illegal multibyte sequence
2>The full traceback has been saved in C:\Users\XXX\AppData\Local\Temp\sphinx-err-2oiy0q_4.log, if you want to report the issue to the developers.
Edited by Brad King

Merge request reports