diff options
author | Hironobu Yamashita <h.y.acetaminophen@gmail.com> | 2017-09-09 17:17:10 +0000 |
---|---|---|
committer | Hironobu Yamashita <h.y.acetaminophen@gmail.com> | 2017-09-09 17:17:10 +0000 |
commit | 1f88188d33aa368bed61fd2195622cd0649659b4 (patch) | |
tree | 54faf990b5f1af6e960128ec6b606f41d5d5c63f /Build/source/texk/web2c/euptexdir | |
parent | 9ca200015531cf14e5df3bad6c7eef4d539601bc (diff) |
\epTeXinputencoding works also with the terminal (H. Kitagawa and N. Abe)
git-svn-id: svn://tug.org/texlive/trunk@45249 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/euptexdir')
-rw-r--r-- | Build/source/texk/web2c/euptexdir/ChangeLog | 4 | ||||
-rw-r--r-- | Build/source/texk/web2c/euptexdir/euptex.defines | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/Build/source/texk/web2c/euptexdir/ChangeLog b/Build/source/texk/web2c/euptexdir/ChangeLog index 986e39a0758..c3b51dd825b 100644 --- a/Build/source/texk/web2c/euptexdir/ChangeLog +++ b/Build/source/texk/web2c/euptexdir/ChangeLog @@ -1,3 +1,7 @@ +2017-09-09 Hironori Kitagawa <h_kitagawa2001@yahoo.co.jp> + + * euptex.defines: Add a new function setstdinenc(). + 2017-04-24 Hironori Kitagawa <h_kitagawa2001@yahoo.co.jp> * euptex.ch0: Adapt to changes in ptexdir/ptex-base.ch (p\TeX -> \pTeX). diff --git a/Build/source/texk/web2c/euptexdir/euptex.defines b/Build/source/texk/web2c/euptexdir/euptex.defines index 7f10e36304a..b2035a4af2e 100644 --- a/Build/source/texk/web2c/euptexdir/euptex.defines +++ b/Build/source/texk/web2c/euptexdir/euptex.defines @@ -25,6 +25,7 @@ @define function inputline2 (); @define function setinfileenc (); +@define function setstdinenc (); @define function fromJIS (); @define function fromEUC (); |