diff options
author | Akira Kakuto <kakuto@fuk.kindai.ac.jp> | 2013-08-11 22:53:04 +0000 |
---|---|---|
committer | Akira Kakuto <kakuto@fuk.kindai.ac.jp> | 2013-08-11 22:53:04 +0000 |
commit | 1c1ad254bc2ef588b6e6c7975209d31aa99f3b73 (patch) | |
tree | 87c54feffc3bc3acfcae8d6152589c390e1a14a4 /Build/source/texk/web2c/eptexdir | |
parent | e2563cede9ce7068f20c7f5898d18bcf25e0837c (diff) |
Allow file names with 0x5c in (e)pTeX on Windows.
git-svn-id: svn://tug.org/texlive/trunk@31414 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/eptexdir')
-rw-r--r-- | Build/source/texk/web2c/eptexdir/ChangeLog | 4 | ||||
-rw-r--r-- | Build/source/texk/web2c/eptexdir/eptex.defines | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/Build/source/texk/web2c/eptexdir/ChangeLog b/Build/source/texk/web2c/eptexdir/ChangeLog index a442175ae53..718384997ac 100644 --- a/Build/source/texk/web2c/eptexdir/ChangeLog +++ b/Build/source/texk/web2c/eptexdir/ChangeLog @@ -1,3 +1,7 @@ +2013-08-12 TANAKA Takuji <KXD02663@nifty.ne.jp> + + * eptex.defines: Allow file names with 0x5c in (e)pTeX on Windows. + 2013-06-11 Peter Breitenlohner <peb@mppmu.mpg.de> Update to e-pTeX 130605 from Hironori Kitagawa. diff --git a/Build/source/texk/web2c/eptexdir/eptex.defines b/Build/source/texk/web2c/eptexdir/eptex.defines index 7b23a7f519d..2a58e7b57c0 100644 --- a/Build/source/texk/web2c/eptexdir/eptex.defines +++ b/Build/source/texk/web2c/eptexdir/eptex.defines @@ -26,6 +26,7 @@ @define function UCStoUTF8 (); @define function toUCS (); +@define function notkanjicharseq (); @define function checkkanji (); @define function ischarascii (); @define function ischarkanji (); |