From d8b3062b35d95819eba21a707bcd399668efee10 Mon Sep 17 00:00:00 2001 From: Alexandre Duret-Lutz Date: Wed, 17 Jun 2015 11:37:30 +0200 Subject: [PATCH] * doc/Doxyfile.in: Fix input encoding. --- doc/Doxyfile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/Doxyfile.in b/doc/Doxyfile.in index 5838d5feb..2446e62bb 100644 --- a/doc/Doxyfile.in +++ b/doc/Doxyfile.in @@ -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