diff options
author | albert-github <albert.tests@gmail.com> | 2020-06-20 08:46:25 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-20 08:46:25 (GMT) |
commit | d5916c06fba9667911a19cf658e7c5ab54daf72c (patch) | |
tree | a05183434684580a1b91775152c8bc4d15823c22 /src/code.l | |
parent | 699860c8cd7f145d294a59a9b8848a044bd69511 (diff) | |
download | Doxygen-d5916c06fba9667911a19cf658e7c5ab54daf72c.zip Doxygen-d5916c06fba9667911a19cf658e7c5ab54daf72c.tar.gz Doxygen-d5916c06fba9667911a19cf658e7c5ab54daf72c.tar.bz2 |
Problem with generating test output for Chinese (#7862)
* Problem with generating test output for Chinese
The log output generated for the Chinese language can contain some extended ASCII characters, this results in a message like:
```
UnicodeDecodeError: 'utf-8' codec can't decode byte 0xf4 in position 36101: invalid continuation byte
```
and a crash of the test application during the read of the file.
In case of a crash it is attempted to open the file with another decoding and redo the read.
* Problem with generating test output for Chinese
It is not necessary to use the fallback, one can, in this case, directly use `encoding='ISO-8859-1'`
Diffstat (limited to 'src/code.l')
0 files changed, 0 insertions, 0 deletions