diff options
-rw-r--r-- | doc/src/sgml/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/Makefile b/doc/src/sgml/Makefile index 0401a515df8..4ae7ca2be7b 100644 --- a/doc/src/sgml/Makefile +++ b/doc/src/sgml/Makefile @@ -201,7 +201,7 @@ MAKEINFO = makeinfo $(DB2X_XSLTPROC) -s texi -g output-file=$(basename $@) $< -o $@ %.texi: %.texixml - $(DB2X_TEXIXML) --encoding=iso-8859-1//TRANSLIT $< --to-stdout > $@ + $(DB2X_TEXIXML) --encoding=utf-8 $< --to-stdout > $@ %.info: %.texi $(MAKEINFO) --enable-encoding --no-split --no-validate $< -o $@ |