summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/ptexdir/ptex-base.ch
diff options
context:
space:
mode:
authorAkira Kakuto <kakuto@fuk.kindai.ac.jp>2017-04-06 12:28:01 +0000
committerAkira Kakuto <kakuto@fuk.kindai.ac.jp>2017-04-06 12:28:01 +0000
commit03ab4b0913a6d5174c7272b606c1cc9c26410f22 (patch)
treeee4b45d3ef19a9d929f182afd1cba79e167ab256 /Build/source/texk/web2c/ptexdir/ptex-base.ch
parent5fedb5d6169efecebd0dfbb1da555805573d14e5 (diff)
ptexdir: sync with the repository by Japanese TeX Development Community
git-svn-id: svn://tug.org/texlive/trunk@43707 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/ptexdir/ptex-base.ch')
-rw-r--r--Build/source/texk/web2c/ptexdir/ptex-base.ch4
1 files changed, 3 insertions, 1 deletions
diff --git a/Build/source/texk/web2c/ptexdir/ptex-base.ch b/Build/source/texk/web2c/ptexdir/ptex-base.ch
index 7bf3a25f1c6..ea83b1719c2 100644
--- a/Build/source/texk/web2c/ptexdir/ptex-base.ch
+++ b/Build/source/texk/web2c/ptexdir/ptex-base.ch
@@ -6925,7 +6925,9 @@ end;
@<Append KANJI-character |cur_chr| ...@>=
if is_char_node(tail) then
- begin cx:=qo(character(tail)); @<Insert |post_break_penalty|@>;
+ begin if not( (last_jchr<>null) and (link(last_jchr)=tail) ) then
+ begin cx:=qo(character(tail)); @<Insert |post_break_penalty|@>;
+ end;
end
else if type(tail)=ligature_node then
begin cx:=qo(character(lig_char(tail))); @<Insert |post_break_penalty|@>;