mitsuba-renderer / mitsuba2

Mitsuba 2: A Retargetable Forward and Inverse Renderer
Other
2.05k stars 266 forks source link

When generating documents, specify the encoding as UTF-8 when reading… #612

Closed OmegaZhou closed 2 years ago

OmegaZhou commented 2 years ago

Description

When I try to build a document by myself, because the default encoding of my computer is not UTF-8, the document building fails. Therefore, I explicitly specify the encoding as UTF-8 when codes use the open statement to read and write files

Checklist:

Please make sure to complete this checklist before requesting a review.

Speierers commented 2 years ago

Thanks @OmegaZhou, I will merge this and port it on the Mitsuba 3 repository which will be released soon.