diff options
author | Hironobu Yamashita <h.y.acetaminophen@gmail.com> | 2018-02-17 06:32:18 +0000 |
---|---|---|
committer | Hironobu Yamashita <h.y.acetaminophen@gmail.com> | 2018-02-17 06:32:18 +0000 |
commit | 9c6def6021823454892b24da379284c7487992d9 (patch) | |
tree | 94921067a795e7a58e44bd535810a60f9ad6cea9 /Build/source/texk/makejvf | |
parent | d2036bb68976f37f103b76edb2082695916bfb59 (diff) |
makejvf/write.c: U+301E
git-svn-id: svn://tug.org/texlive/trunk@46657 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/makejvf')
-rw-r--r-- | Build/source/texk/makejvf/ChangeLog | 5 | ||||
-rw-r--r-- | Build/source/texk/makejvf/version.h | 2 | ||||
-rw-r--r-- | Build/source/texk/makejvf/write.c | 1 |
3 files changed, 7 insertions, 1 deletions
diff --git a/Build/source/texk/makejvf/ChangeLog b/Build/source/texk/makejvf/ChangeLog index 13671b0c076..533337ae591 100644 --- a/Build/source/texk/makejvf/ChangeLog +++ b/Build/source/texk/makejvf/ChangeLog @@ -1,3 +1,8 @@ +2018-02-17 Hironobu Yamashita <h.y.acetaminophen@gmail.com> + + * write.c: Add U+301E. + * version.h: Bump version. + 2018-02-02 Hironobu Yamashita <h.y.acetaminophen@gmail.com> * tfmread.c: Support SKIP property in GLUEKERN table. diff --git a/Build/source/texk/makejvf/version.h b/Build/source/texk/makejvf/version.h index e7781745788..1f66fb935e7 100644 --- a/Build/source/texk/makejvf/version.h +++ b/Build/source/texk/makejvf/version.h @@ -1,2 +1,2 @@ -#define VERSION "20180202" +#define VERSION "20180217" #define BUG_ADDRESS "issue@texjp.org" diff --git a/Build/source/texk/makejvf/write.c b/Build/source/texk/makejvf/write.c index c40cef92f98..df54ecb5cc5 100644 --- a/Build/source/texk/makejvf/write.c +++ b/Build/source/texk/makejvf/write.c @@ -623,6 +623,7 @@ void writevfu(int code, FILE *fp) case 0x3017: /* JIS X 0213 1-02-59 終わりすみ付き括弧(白) */ case 0x00BB: /* JIS X 0213 1-09-18 終わり二重山括弧引用記号/終わりギュメ */ case 0x301F: /* JIS X 0213 1-13-65 終わりダブルミニュート */ + case 0x301E: /* --- - ---- ------- 上付き終わりダブルミニュート */ case 0x00B0: /* ° */ case 0x2032: /* ′ */ case 0x2033: /* ″ */ |