summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/xetexdir/xetex.web
diff options
context:
space:
mode:
authorHironobu Yamashita <h.y.acetaminophen@gmail.com>2018-02-03 11:43:32 +0000
committerHironobu Yamashita <h.y.acetaminophen@gmail.com>2018-02-03 11:43:32 +0000
commit07ba8269f0287c0ac26d1522a6260d3979f14dca (patch)
treeaf0272c8776acb7de3068e04deb10755b4527c08 /Build/source/texk/web2c/xetexdir/xetex.web
parent7626b1d3ff9a8b821adc818514696cf34d257049 (diff)
xetexdir: sync with the upstream [ce73a6d]
git-svn-id: svn://tug.org/texlive/trunk@46527 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/xetexdir/xetex.web')
-rw-r--r--Build/source/texk/web2c/xetexdir/xetex.web3
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