summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Build/source/texk/makejvf/ChangeLog5
-rw-r--r--Build/source/texk/makejvf/version.h2
-rw-r--r--Build/source/texk/makejvf/write.c1
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: /* ″ */