twisted / pydoctor

This is pydoctor, an API documentation generator that works by static analysis.
https://pydoctor.readthedocs.io/
Other
179 stars 47 forks source link

Source code files are always assumed to be uft-8 #805

Open tristanlatr opened 1 week ago

tristanlatr commented 1 week ago

In some rare cases, source code files comes with an explicit encoding declaration. If this encoding is not compatible with uft-8, pydoctor will fail to decode the file and report an error.