From f2c1bd0a1a94f92d81946cb9195117f87f5d2471 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Wed, 23 Sep 2015 23:35:39 +0000 Subject: make4ht (23sep15) git-svn-id: svn://tug.org/texlive/trunk@38446 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/scripts/make4ht/mkparams.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Master/texmf-dist/scripts/make4ht') diff --git a/Master/texmf-dist/scripts/make4ht/mkparams.lua b/Master/texmf-dist/scripts/make4ht/mkparams.lua index 5b614192029..04b2827e102 100755 --- a/Master/texmf-dist/scripts/make4ht/mkparams.lua +++ b/Master/texmf-dist/scripts/make4ht/mkparams.lua @@ -93,7 +93,7 @@ local function process_args(args) if args[2] and args[2] ~="" then tex4ht = args[2] else - tex4ht = args.utf8 and " -cunihtf -utf8" or "" + tex4ht = args.utf8 and " -cmozhtf -utf8" or "" local xdv = args.xetex and " -.xdv" or "" tex4ht = tex4ht .. xdv end -- cgit v1.2.3