* doc/Doxyfile.in: Fix input encoding.
This commit is contained in:
parent
ccd60c8c5e
commit
d8b3062b35
1 changed files with 1 additions and 1 deletions
|
|
@ -667,7 +667,7 @@ INPUT = @srcdir@/mainpage.dox \
|
|||
# into libc) for the transcoding. See http://www.gnu.org/software/libiconv for
|
||||
# the list of possible encodings.
|
||||
|
||||
INPUT_ENCODING = latin1
|
||||
INPUT_ENCODING = UTF-8
|
||||
|
||||
# If the value of the INPUT tag contains directories, you can use the
|
||||
# FILE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue