Skip to content

Commit d888e54

Browse files
committed
set utf-8 for latex2html
1 parent 90e2c2f commit d888e54

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/jlatex/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ distclean: clean
2525

2626
html:
2727
rm -f ../html/jmanual*.
28-
TRANSPARENT_COLOR="#ffffff" charset="UTF-8" latex2html -dir ../html/ -transparent -local_icons -split +3 -auto_prefix -init_file ../latex/.latex2html-init -iso_language JP jmanual
28+
TRANSPARENT_COLOR="#ffffff" charset="UTF-8" latex2html -dir ../html/ -transparent -local_icons -split +3 -auto_prefix -init_file ../latex/.latex2html-init -iso_language JP -html_version="4.0,unicode" jmanual
2929
(cd ../html; sed -i 's@"jmanual.css"@"manual.css"@' j*.html)
3030

3131

doc/latex/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ distclean: clean
2525

2626
html:
2727
rm -f ../html/manual*.{old,html,png,pl} ../html/manual-images.*
28-
TRANSPARENT_COLOR="#ffffff" latex2html -dir ../html/ -transparent -local_icons -split +3 -auto_prefix -iso_language JP manual
28+
TRANSPARENT_COLOR="#ffffff" latex2html -dir ../html/ -transparent -local_icons -split +3 -auto_prefix -iso_language JP -html_version="4.0,unicode" manual

0 commit comments

Comments
 (0)