diff options
author | Hironobu Yamashita <h.y.acetaminophen@gmail.com> | 2021-06-29 12:08:43 +0000 |
---|---|---|
committer | Hironobu Yamashita <h.y.acetaminophen@gmail.com> | 2021-06-29 12:08:43 +0000 |
commit | 6cee5b73a7fb36a8a1abcdbd0d1be611d2be35f2 (patch) | |
tree | e5c2ee2f632c424ffbcbbb41bd3ebee322d27441 /Build/source/texk/ptexenc/ChangeLog | |
parent | 2edd8ec8e8169698e4dfb44b0f91c1bd3212f25c (diff) |
ptexenc: always return 0 for invalid code conversion
git-svn-id: svn://tug.org/texlive/trunk@59749 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/ptexenc/ChangeLog')
-rw-r--r-- | Build/source/texk/ptexenc/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Build/source/texk/ptexenc/ChangeLog b/Build/source/texk/ptexenc/ChangeLog index cfc0620c330..5366043d538 100644 --- a/Build/source/texk/ptexenc/ChangeLog +++ b/Build/source/texk/ptexenc/ChangeLog @@ -1,3 +1,9 @@ +2021-06-29 Hironobu Yamashita <h.y.acetaminophen@gmail.com> + + * kanjicnv.c, ptexenc/kanjicnv.h: Always return 0 for + invalid code conversions between JIS/EUC/SJIS/KUTEN/UCS. + * jisx0208.h: Remove unused entry of UnicodeTbl. + 2021-06-25 Hironori Kitagawa <h_kitagawa2001@yahoo.co.jp> * unicode-jp.c: changed the returned value of UCS2toJISnative(0) |