diff options
Diffstat (limited to 'Build/source/texk/web2c/xetexdir/xetex.web')
-rw-r--r-- | Build/source/texk/web2c/xetexdir/xetex.web | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Build/source/texk/web2c/xetexdir/xetex.web b/Build/source/texk/web2c/xetexdir/xetex.web index 56a8f4c486f..08f825c47b2 100644 --- a/Build/source/texk/web2c/xetexdir/xetex.web +++ b/Build/source/texk/web2c/xetexdir/xetex.web @@ -20839,7 +20839,8 @@ loop@+ begin if is_char_node(s) then if lc_code(c) <> 0 then begin hf:=native_font(s); prev_s:=s; - goto done2; + if (lc_code(c)=c)or(uc_hyph>0) then goto done2 + else goto done1; end; if c>=@"10000 then incr(l); end |