summaryrefslogtreecommitdiffstats
path: root/src/config.xml
diff options
context:
space:
mode:
authoralbert-github <albert.tests@gmail.com>2020-06-20 08:46:25 (GMT)
committerGitHub <noreply@github.com>2020-06-20 08:46:25 (GMT)
commitd5916c06fba9667911a19cf658e7c5ab54daf72c (patch)
treea05183434684580a1b91775152c8bc4d15823c22 /src/config.xml
parent699860c8cd7f145d294a59a9b8848a044bd69511 (diff)
downloadDoxygen-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/config.xml')
0 files changed, 0 insertions, 0 deletions