summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/scripts/make4ht
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/scripts/make4ht')
-rwxr-xr-xMaster/texmf-dist/scripts/make4ht/mkparams.lua2
1 files changed, 1 insertions, 1 deletions
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