summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Build/source/texk/makejvf/ChangeLog7
-rw-r--r--Build/source/texk/makejvf/main.c2
-rw-r--r--Build/source/texk/makejvf/uniblock.c26
-rw-r--r--Build/source/texk/web2c/uptexdir/COPYRIGHT.jis32
-rw-r--r--Build/source/texk/web2c/uptexdir/COPYRIGHT.utf832
-rw-r--r--Build/source/texk/web2c/uptexdir/ChangeLog11
-rw-r--r--Build/source/texk/web2c/uptexdir/kanji.c114
-rw-r--r--Build/source/texk/web2c/uptexdir/upbibtex.ch2
-rw-r--r--Build/source/texk/web2c/uptexdir/updvitype.ch2
-rw-r--r--Build/source/texk/web2c/uptexdir/uppltotf.ch2
-rw-r--r--Build/source/texk/web2c/uptexdir/uptex-m.ch21
-rw-r--r--Build/source/texk/web2c/uptexdir/uptex_version.h2
-rw-r--r--Build/source/texk/web2c/uptexdir/uptftopl.ch2
-rw-r--r--Master/texmf-dist/doc/uptex/base/00readme_uptex.txt4
-rw-r--r--Master/texmf-dist/doc/uptex/base/01uptex_doc_utf8.txt27
-rw-r--r--Master/texmf-dist/doc/uptex/base/02uptex_changelog_utf8.txt27
-rw-r--r--Master/texmf-dist/fonts/vf/uptex/jis/uptchgt-h.vfbin1437100 -> 1535292 bytes
-rw-r--r--Master/texmf-dist/fonts/vf/uptex/jis/uptchgt-v.vfbin1437100 -> 1535292 bytes
-rw-r--r--Master/texmf-dist/fonts/vf/uptex/jis/uptchrm-h.vfbin1437100 -> 1535292 bytes
-rw-r--r--Master/texmf-dist/fonts/vf/uptex/jis/uptchrm-v.vfbin1437100 -> 1535292 bytes
-rw-r--r--Master/texmf-dist/source/fonts/uptex/upjisr-h-hk.pl1
-rw-r--r--Master/texmf-dist/source/fonts/uptex/upjisr-h.pl1
-rw-r--r--Master/texmf-dist/source/fonts/uptex/upjisr-v.pl1
23 files changed, 190 insertions, 126 deletions
diff --git a/Build/source/texk/makejvf/ChangeLog b/Build/source/texk/makejvf/ChangeLog
index c6471b3aa19..37db4b01231 100644
--- a/Build/source/texk/makejvf/ChangeLog
+++ b/Build/source/texk/makejvf/ChangeLog
@@ -1,3 +1,10 @@
+2016-02-20 TANAKA Takuji <ttk@t-lab.opal.ne.jp>
+
+ Update for upTeX-1.21.
+ * uniblock.c: Update references Unicode blocks Blocks-8.0.0.txt
+ and CMap files.
+ * main.c: Update version number.
+
2015-07-07 Peter Breitenlohner <peb@mppmu.mpg.de>
* Makefile.am: Better dependencies for 'make check'.
diff --git a/Build/source/texk/makejvf/main.c b/Build/source/texk/makejvf/main.c
index 9fc79636a5d..d87e49dcce9 100644
--- a/Build/source/texk/makejvf/main.c
+++ b/Build/source/texk/makejvf/main.c
@@ -166,7 +166,7 @@ int main(int argc, char ** argv)
void usage(void)
{
- fputs2("MAKEJVF ver.1.1a-u1.20 -- make Japanese VF file.\n", stderr);
+ fputs2("MAKEJVF ver.1.1a-u1.21 -- make Japanese VF file.\n", stderr);
fputs2("%% makejvf [<options>] <TFMfile> <PSfontTFM>\n", stderr);
fputs2("options:\n", stderr);
fputs2("-C 長体モード\n", stderr);
diff --git a/Build/source/texk/makejvf/uniblock.c b/Build/source/texk/makejvf/uniblock.c
index b7bafde1175..00276115a11 100644
--- a/Build/source/texk/makejvf/uniblock.c
+++ b/Build/source/texk/makejvf/uniblock.c
@@ -12,17 +12,17 @@ struct ublock {
/*
References:
[1] http://www.unicode.org/Public/UNIDATA/Blocks.txt
- Blocks-7.0.0.txt
- Date: 2014-04-03, 23:23:00 GMT [RP, KW]
+ Blocks-8.0.0.txt
+ Date: 2014-11-10, 23:04:00 GMT [KW]
[2] CMap files
- http://sourceforge.net/adobe/cmap/wiki/Home/
- cmapresources_cns1-6.tar.z Adobe-CNS1-6 materials
- cid2code.txt (Version 10/25/2010)
- cmapresources_gb1-5.tar.z Adobe-GB1-5 materials
+ https://github.com/adobe-type-tools/cmap-resources/
+ cmapresources_cns1-6/ Adobe-CNS1-6 materials
+ cid2code.txt (Version 12/04/2015)
+ cmapresources_gb1-5/ Adobe-GB1-5 materials
cid2code.txt (Version 10/29/2010)
- cmapresources_japan1-6.tar.z Adobe-Japan1-6 materials
+ cmapresources_japan1-6/ Adobe-Japan1-6 materials
cid2code.txt (Version 08/13/2012)
- cmapresources_korean1-2.tar.z Adobe-Korea1-2 materials
+ cmapresources_korean1-2/ Adobe-Korea1-2 materials
cid2code.txt (Version 01/31/2012)
*/
@@ -168,6 +168,7 @@ static struct ublock ublock_data[] = {
{0xAAE0, 0xAAFF, ENTRY_NO }, /* Meetei Mayek Extensions */
{0xAB00, 0xAB2F, ENTRY_NO }, /* Ethiopic Extended-A */
{0xAB30, 0xAB6F, ENTRY_NO }, /* Latin Extended-E */
+ {0xAB70, 0xABBF, ENTRY_NO }, /* Cherokee Supplement */
{0xABC0, 0xABFF, ENTRY_NO }, /* Meetei Mayek */
{0xAC00, 0xD7AF, ENTRY_K }, /* Hangul Syllables */
{0xD7B0, 0xD7FF, ENTRY_NO }, /* Hangul Jamo Extended-B */
@@ -210,6 +211,7 @@ static struct ublock ublock_data[] = {
{0x10840, 0x1085F, ENTRY_NO }, /* Imperial Aramaic */
{0x10860, 0x1087F, ENTRY_NO }, /* Palmyrene */
{0x10880, 0x108AF, ENTRY_NO }, /* Nabataean */
+ {0x108E0, 0x108FF, ENTRY_NO }, /* Hatran */
{0x10900, 0x1091F, ENTRY_NO }, /* Phoenician */
{0x10920, 0x1093F, ENTRY_NO }, /* Lydian */
{0x10980, 0x1099F, ENTRY_NO }, /* Meroitic Hieroglyphs */
@@ -223,6 +225,7 @@ static struct ublock ublock_data[] = {
{0x10B60, 0x10B7F, ENTRY_NO }, /* Inscriptional Pahlavi */
{0x10B80, 0x10BAF, ENTRY_NO }, /* Psalter Pahlavi */
{0x10C00, 0x10C4F, ENTRY_NO }, /* Old Turkic */
+ {0x10C80, 0x10CFF, ENTRY_NO }, /* Old Hungarian */
{0x10E60, 0x10E7F, ENTRY_NO }, /* Rumi Numeral Symbols */
{0x11000, 0x1107F, ENTRY_NO }, /* Brahmi */
{0x11080, 0x110CF, ENTRY_NO }, /* Kaithi */
@@ -232,17 +235,21 @@ static struct ublock ublock_data[] = {
{0x11180, 0x111DF, ENTRY_NO }, /* Sharada */
{0x111E0, 0x111FF, ENTRY_NO }, /* Sinhala Archaic Numbers*/
{0x11200, 0x1124F, ENTRY_NO }, /* Khojki */
+ {0x11280, 0x112AF, ENTRY_NO }, /* Multani */
{0x112B0, 0x112FF, ENTRY_NO }, /* Khudawadi */
{0x11300, 0x1137F, ENTRY_NO }, /* Grantha */
{0x11480, 0x114DF, ENTRY_NO }, /* Tirhuta */
{0x11580, 0x115FF, ENTRY_NO }, /* Siddham */
{0x11600, 0x1165F, ENTRY_NO }, /* Modi */
{0x11680, 0x116CF, ENTRY_NO }, /* Takri */
+ {0x11700, 0x1173F, ENTRY_NO }, /* Ahom */
{0x118A0, 0x118FF, ENTRY_NO }, /* Warang Citi */
{0x11AC0, 0x11AFF, ENTRY_NO }, /* Pau Cin Hau */
{0x12000, 0x123FF, ENTRY_NO }, /* Cuneiform */
{0x12400, 0x1247F, ENTRY_NO }, /* Cuneiform Numbers and Punctuation */
+ {0x12480, 0x1254F, ENTRY_NO }, /* Early Dynastic Cuneiform */
{0x13000, 0x1342F, ENTRY_NO }, /* Egyptian Hieroglyphs */
+ {0x14400, 0x1467F, ENTRY_NO }, /* Anatolian Hieroglyphs */
{0x16800, 0x16A3F, ENTRY_NO }, /* Bamum Supplement */
{0x16A40, 0x16A6F, ENTRY_NO }, /* Mro */
{0x16AD0, 0x16AFF, ENTRY_NO }, /* Bassa Vah */
@@ -257,6 +264,7 @@ static struct ublock ublock_data[] = {
{0x1D300, 0x1D35F, ENTRY_NO }, /* Tai Xuan Jing Symbols */
{0x1D360, 0x1D37F, ENTRY_NO }, /* Counting Rod Numerals */
{0x1D400, 0x1D7FF, ENTRY_NO }, /* Mathematical Alphanumeric Symbols */
+ {0x1D800, 0x1DAAF, ENTRY_NO }, /* Sutton SignWriting */
{0x1E800, 0x1E8DF, ENTRY_NO }, /* Mende Kikakui */
{0x1EE00, 0x1EEFF, ENTRY_NO }, /* Arabic Mathematical Alphabetic Symbols */
{0x1F000, 0x1F02F, ENTRY_NO }, /* Mahjong Tiles */
@@ -271,9 +279,11 @@ static struct ublock ublock_data[] = {
{0x1F700, 0x1F77F, ENTRY_NO }, /* Alchemical Symbols */
{0x1F780, 0x1F7FF, ENTRY_NO }, /* Geometric Shapes Extended */
{0x1F800, 0x1F8FF, ENTRY_NO }, /* Supplemental Arrows-C */
+ {0x1F900, 0x1F9FF, ENTRY_NO }, /* Supplemental Symbols and Pictographs */
{0x20000, 0x2A6DF, ENTRY_GCJ }, /* CJK Unified Ideographs Extension B */
{0x2A700, 0x2B73F, ENTRY_CJ }, /* CJK Unified Ideographs Extension C */
{0x2B740, 0x2B81F, ENTRY_J }, /* CJK Unified Ideographs Extension D */
+ {0x2B820, 0x2CEAF, ENTRY_C }, /* CJK Unified Ideographs Extension E */
{0x2F800, 0x2FA1F, ENTRY_CJ }, /* CJK Compatibility Ideographs Supplement */
{0xE0000, 0xE007F, ENTRY_NO }, /* Tags */
{0xE0100, 0xE01EF, ENTRY_NO }, /* Variation Selectors Supplement */
diff --git a/Build/source/texk/web2c/uptexdir/COPYRIGHT.jis b/Build/source/texk/web2c/uptexdir/COPYRIGHT.jis
deleted file mode 100644
index fb491511cc7..00000000000
--- a/Build/source/texk/web2c/uptexdir/COPYRIGHT.jis
+++ /dev/null
@@ -1,32 +0,0 @@
-($BCm(B) $B0J2<$O!"1QJ8$N7@Ls>r9`$rF|K\8l$KK]Lu$7$?$b$N$G$"$k!#F|K\8lLu$H1Q(B
-$B8lI=5-$N4V$Ksrsw$,$"$C$?>l9g$K$O!"7@Ls>r7o$O1Q8lI=5-$K$h$k7@Ls>r9`$K=>(B
-$B$&!#(B
-
-$B!ZCx:n8"I=<(![(B
-Copyright (C) 2009 ASCII MEDIA WORKS.
-All rights reserved.
-
-$B!Z7@Ls>r7o![(B
-$B2~JQ$NM-L5$K$+$+$o$i$:!"K\%=%U%H%&%'%"$N%=!<%9%3!<%I5Z$S%P%$%J%j!<%3!<(B
-$B%I7A<0$K$h$k:FHRI[5Z$S;HMQ$O!"<!$N7@Ls>r7o$N2<$K5vBz$5$l$k!#(B
-1. $B%=!<%9%3!<%I$N:FHRI[$K:]$7$F$O!">e5-$N!ZCx:n8"I=<(![!"$3$N!Z7@Ls>r(B
- $B7o![5Z$S<!$N!ZLH@U>r9`![$NI=5-$r!"0z$-B3$-0];}$7$FL@5-$7$J$1$l$P$J(B
- $B$i$J$$!#(B
-2. $B%P%$%J%j!<7A<0$K$h$k:FHRI[$K:]$7$F$O!">e5-$N!ZCx:n8"I=<(![!"$3$N(B
- $B!Z7@Ls>r7o![5Z$S<!$N!ZLH@U>r9`![$r!":FHRI[$K:]$7Ds6!$9$k@bL@=q5Z$S(B
- $B$=$NB>$N4XO";qNA$K2~$a$FL@5-$7$J$1$l$P$J$i$J$$!#(B
-3. $BFCJL$J;vA0$N=qLL$K$h$k5vBz$,$J$$8B$j!"K\%=%U%H%&%'%"$+$iGI@8$7$?@=(B
- $BIJ$r?d>)Kt$O@kEA$9$k$?$a$K!"Cx:n8"<TL>$O;HMQ$7$F$O$J$i$J$$!#(B
-
-$B!ZLH@U>r9`![(B
-$BK\%=%U%H%&%'%"$O!"Cx:n8"<T$K$h$j!"!V8=>uM-;Q$N$^$^!J$=$N$^$^$N7A$G!K!W(B
-$BDs6!$5$l$k$b$N$G$"$j!">&IJ@-Kt$OFCDjL\E*$X$NE,9g@-$K4X$9$kL[<(E*J]>Z$J(B
-$B$I!"L@<(Kt$OL[<($NJ]>Z$rLd$o$:!"$$$+$J$kJ]>Z$r$b9T$&$b$N$G$O$J$$!#(B
-$B$$$+$J$kM}M3$K$h$C$F$b!"$^$?!"7@Ls@UG$!"873J@UG$Kt$O!J2a<:$K$h$k$b$N$r(B
-$B4^$`!KITK!9T0Y@UG$$rLd$o$:$I$N$h$&$J@UG$$NM}O@$K$h$C$F$b!"Cx:n8"<T$O!"(B
-$B$$$+$J$k>l9g$b!"K\%=%U%H%&%'%"$r;HMQ$9$k$3$H$K$h$jH/@8$9$k!"$"$i$f$kD>(B
-$B@\B;32!"4V@\B;32!"6vH/B;32!"FCJLB;32!"D(H3E*B;32$"$k$$$OGI@8E*B;32!JBe(B
-$BBX@=IJ!&BeBX%5!<%S%9$ND4C#!";HMQMx1W!"%G!<%?Kt$O<}1W$K4X$9$kB;<:!"1D6H(B
-$BCfCG$K$h$kB;<:$J$I!K$K$D$$$F2?$i$N@UG$$bIi$o$J$$!#$3$l$O!"K\%=%U%H%&%'(B
-$B%"$r;HMQ$9$k$3$H$K$h$j!"$3$l$i$NB;32$,H/@8$9$k2DG=@-$K$D$$$F!"$"$i$+$8(B
-$B$a<(:6$5$l$F$$$?>l9g$G$"$C$F$bF1MM$G$"$k!#(B
diff --git a/Build/source/texk/web2c/uptexdir/COPYRIGHT.utf8 b/Build/source/texk/web2c/uptexdir/COPYRIGHT.utf8
new file mode 100644
index 00000000000..a64ca407e69
--- /dev/null
+++ b/Build/source/texk/web2c/uptexdir/COPYRIGHT.utf8
@@ -0,0 +1,32 @@
+(羈) 篁ヤ掩絅膣♂ユ茯膺肢┳сユ茯荐潟
+茯茵荐藹藹c翫絅膣>散沿茵荐絅膣♂緇
+
+
+篏罔茵腓冴
+Copyright (C) 2009 ASCII MEDIA WORKS.
+All rights reserved.
+
+絅膣>散
+劫<純с≪純若鴻潟若潟ゃ若潟
+綵√絽割戎罨<絅膣>散筝荐沿障
+1. 純若鴻潟若絽筝荐篏罔茵腓冴絅膣
+ 篁吟恰<莢♂茵荐綣膓膓荐違
+
+2. ゃ弱就綣絽筝荐篏罔茵腓冴
+ 絅膣>散恰<莢♂絽箴茯後
+ 篁∫h鴻荐違
+3. 劫ャ篋檎≪荐沿障純с≪羇丞茖
+ ィ絅絎d篏罔篏睡
+
+莢♂
+純с≪篏罔憟倶紮帥障常障障綵≪э
+箴су劫吾с≪藥腓榊篆荐若
+腓阪藥腓冴篆荐若篆荐若茵с
+宴c障絅膣莢篁祉ウ取岡篁糸鐚紊宴
+鐚筝羈茵肴岡篁祉莢篁祉茫c篏罔
+翫純с≪篏睡榊
+・絎潟・絎潟句堺絎潟劫ユ絎潟牙衆絎潟羇丞絎鰹篁
+粋遵私撮帥泣若鴻茯翠篏睡若水≪紊宴倶キ
+筝紊宴鐚ゃ篏莢篁祉莢純
+≪篏睡絎潟榊醇сゃ
+腓阪翫сc罕с
diff --git a/Build/source/texk/web2c/uptexdir/ChangeLog b/Build/source/texk/web2c/uptexdir/ChangeLog
index 4b715788d14..2783499b9b4 100644
--- a/Build/source/texk/web2c/uptexdir/ChangeLog
+++ b/Build/source/texk/web2c/uptexdir/ChangeLog
@@ -1,3 +1,14 @@
+2016-02-20 TANAKA Takuji <ttk@t-lab.opal.ne.jp>
+
+ * uptex-m.ch, kanji.c:
+ Update reference of Unicode blocks to
+ "Blocks-8.0.0.txt Date: 2014-11-10, 23:04:00 GMT [KW]".
+ * uptex-m.ch, upbibtex.ch, updvitype.ch, uppltotf.ch, uptftopl.ch,
+ uptex_version.h: upTeX version u1.21.
+ * COPYRIGHT.utf8:
+ Rename from COPYRIGHT.jis and convert encoding from ISO-2022-JP
+ to UTF-8.
+
2015-09-22 Peter Breitenlohner <peb@mppmu.mpg.de>
* uptriptest.test: Also check tripos.tex.
diff --git a/Build/source/texk/web2c/uptexdir/kanji.c b/Build/source/texk/web2c/uptexdir/kanji.c
index a8ab7b5938d..834155846b5 100644
--- a/Build/source/texk/web2c/uptexdir/kanji.c
+++ b/Build/source/texk/web2c/uptexdir/kanji.c
@@ -60,10 +60,10 @@ integer calc_pos(integer c)
}
/* Ref. http://www.unicode.org/Public/UNIDATA/Blocks.txt */
-/* # Blocks-7.0.0.txt */
-/* # Date: 2014-04-03, 23:23:00 GMT [RP, KW] */
+/* # Blocks-8.0.0.txt */
+/* # Date: 2014-11-10, 23:04:00 GMT [KW] */
static long ucs_range[]={
- 0x0000, /* Basic Latin 0x00 */
+ 0x0000, /* Basic Latin */ /* 0x00 */
0x0080, /* Latin-1 Supplement */
0x0100, /* Latin Extended-A */
0x0180, /* Latin Extended-B */
@@ -71,7 +71,7 @@ static long ucs_range[]={
0x02B0, /* Spacing Modifier Letters */
0x0300, /* Combining Diacritical Marks */
0x0370, /* Greek and Coptic */
- 0x0400, /* Cyrillic 0x08 */
+ 0x0400, /* Cyrillic */ /* 0x08 */
0x0500, /* Cyrillic Supplement */
0x0530, /* Armenian */
0x0590, /* Hebrew */
@@ -79,7 +79,7 @@ static long ucs_range[]={
0x0700, /* Syriac */
0x0750, /* Arabic Supplement */
0x0780, /* Thaana */
- 0x07C0, /* NKo 0x10 */
+ 0x07C0, /* NKo */ /* 0x10 */
0x0800, /* Samaritan */
0x0840, /* Mandaic */
0x08A0, /* Arabic Extended-A */
@@ -87,7 +87,7 @@ static long ucs_range[]={
0x0980, /* Bengali */
0x0A00, /* Gurmukhi */
0x0A80, /* Gujarati */
- 0x0B00, /* Oriya 0x18 */
+ 0x0B00, /* Oriya */ /* 0x18 */
0x0B80, /* Tamil */
0x0C00, /* Telugu */
0x0C80, /* Kannada */
@@ -95,7 +95,7 @@ static long ucs_range[]={
0x0D80, /* Sinhala */
0x0E00, /* Thai */
0x0E80, /* Lao */
- 0x0F00, /* Tibetan 0x20 */
+ 0x0F00, /* Tibetan */ /* 0x20 */
0x1000, /* Myanmar */
0x10A0, /* Georgian */
0x1100, /* Hangul Jamo */
@@ -103,7 +103,7 @@ static long ucs_range[]={
0x1380, /* Ethiopic Supplement */
0x13A0, /* Cherokee */
0x1400, /* Unified Canadian Aboriginal Syllabics */
- 0x1680, /* Ogham 0x28 */
+ 0x1680, /* Ogham */ /* 0x28 */
0x16A0, /* Runic */
0x1700, /* Tagalog */
0x1720, /* Hanunoo */
@@ -111,7 +111,7 @@ static long ucs_range[]={
0x1760, /* Tagbanwa */
0x1780, /* Khmer */
0x1800, /* Mongolian */
- 0x18B0, /* Unified Canadian Aboriginal Syllabics Extended 0x30 */
+ 0x18B0, /* Unified Canadian Aboriginal Syllabics Extended */ /* 0x30 */
0x1900, /* Limbu */
0x1950, /* Tai Le */
0x1980, /* New Tai Lue */
@@ -119,7 +119,7 @@ static long ucs_range[]={
0x1A00, /* Buginese */
0x1A20, /* Tai Tham */
0x1AB0, /* Combining Diacritical Marks Extended */
- 0x1B00, /* Balinese 0x38 */
+ 0x1B00, /* Balinese */ /* 0x38 */
0x1B80, /* Sundanese */
0x1BC0, /* Batak */
0x1C00, /* Lepcha */
@@ -127,7 +127,7 @@ static long ucs_range[]={
0x1CC0, /* Sundanese Supplement */
0x1CD0, /* Vedic Extensions */
0x1D00, /* Phonetic Extensions */
- 0x1D80, /* Phonetic Extensions Supplement 0x40 */
+ 0x1D80, /* Phonetic Extensions Supplement */ /* 0x40 */
0x1DC0, /* Combining Diacritical Marks Supplement */
0x1E00, /* Latin Extended Additional */
0x1F00, /* Greek Extended */
@@ -135,7 +135,7 @@ static long ucs_range[]={
0x2070, /* Superscripts and Subscripts */
0x20A0, /* Currency Symbols */
0x20D0, /* Combining Diacritical Marks for Symbols */
- 0x2100, /* Letterlike Symbols 0x48 */
+ 0x2100, /* Letterlike Symbols */ /* 0x48 */
0x2150, /* Number Forms */
0x2190, /* Arrows */
0x2200, /* Mathematical Operators */
@@ -143,7 +143,7 @@ static long ucs_range[]={
0x2400, /* Control Pictures */
0x2440, /* Optical Character Recognition */
0x2460, /* Enclosed Alphanumerics */
- 0x2500, /* Box Drawing 0x50 */
+ 0x2500, /* Box Drawing */ /* 0x50 */
0x2580, /* Block Elements */
0x25A0, /* Geometric Shapes */
0x2600, /* Miscellaneous Symbols */
@@ -151,7 +151,7 @@ static long ucs_range[]={
0x27C0, /* Miscellaneous Mathematical Symbols-A */
0x27F0, /* Supplemental Arrows-A */
0x2800, /* Braille Patterns */
- 0x2900, /* Supplemental Arrows-B 0x58 */
+ 0x2900, /* Supplemental Arrows-B */ /* 0x58 */
0x2980, /* Miscellaneous Mathematical Symbols-B */
0x2A00, /* Supplemental Mathematical Operators */
0x2B00, /* Miscellaneous Symbols and Arrows */
@@ -159,7 +159,7 @@ static long ucs_range[]={
0x2C60, /* Latin Extended-C */
0x2C80, /* Coptic */
0x2D00, /* Georgian Supplement */
- 0x2D30, /* Tifinagh 0x60 */
+ 0x2D30, /* Tifinagh */ /* 0x60 */
0x2D80, /* Ethiopic Extended */
0x2DE0, /* Cyrillic Extended-A */
0x2E00, /* Supplemental Punctuation */
@@ -167,7 +167,7 @@ static long ucs_range[]={
0x2F00, /* Kangxi Radicals */
0x2FF0, /* Ideographic Description Characters */
0x3000, /* CJK Symbols and Punctuation */
- 0x3040, /* Hiragana 0x68 */
+ 0x3040, /* Hiragana */ /* 0x68 */
0x30A0, /* Katakana */
0x3100, /* Bopomofo */
0x3130, /* Hangul Compatibility Jamo */
@@ -175,7 +175,7 @@ static long ucs_range[]={
0x31A0, /* Bopomofo Extended */
0x31C0, /* CJK Strokes */
0x31F0, /* Katakana Phonetic Extensions */
- 0x3200, /* Enclosed CJK Letters and Months 0x70 */
+ 0x3200, /* Enclosed CJK Letters and Months */ /* 0x70 */
0x3300, /* CJK Compatibility */
0x3400, /* CJK Unified Ideographs Extension A */
0x4DC0, /* Yijing Hexagram Symbols */
@@ -183,7 +183,7 @@ static long ucs_range[]={
0xA000, /* Yi Syllables */
0xA490, /* Yi Radicals */
0xA4D0, /* Lisu */
- 0xA500, /* Vai 0x78 */
+ 0xA500, /* Vai */ /* 0x78 */
0xA640, /* Cyrillic Extended-B */
0xA6A0, /* Bamum */
0xA700, /* Modifier Tone Letters */
@@ -191,7 +191,7 @@ static long ucs_range[]={
0xA800, /* Syloti Nagri */
0xA830, /* Common Indic Number Forms */
0xA840, /* Phags-pa */
- 0xA880, /* Saurashtra 0x80 */
+ 0xA880, /* Saurashtra */ /* 0x80 */
0xA8E0, /* Devanagari Extended */
0xA900, /* Kayah Li */
0xA930, /* Rejang */
@@ -199,103 +199,111 @@ static long ucs_range[]={
0xA980, /* Javanese */
0xA9E0, /* Myanmar Extended-B */
0xAA00, /* Cham */
- 0xAA60, /* Myanmar Extended-A 0x88 */
+ 0xAA60, /* Myanmar Extended-A */ /* 0x88 */
0xAA80, /* Tai Viet */
0xAAE0, /* Meetei Mayek Extensions */
0xAB00, /* Ethiopic Extended-A */
0xAB30, /* Latin Extended-E */
+ 0xAB70, /* Cherokee Supplement */
0xABC0, /* Meetei Mayek */
0xAC00, /* Hangul Syllables */
- 0xD7B0, /* Hangul Jamo Extended-B */
- 0xD800, /* High Surrogates 0x90 */
+ 0xD7B0, /* Hangul Jamo Extended-B */ /* 0x90 */
+ 0xD800, /* High Surrogates */
0xDB80, /* High Private Use Surrogates */
0xDC00, /* Low Surrogates */
0xE000, /* Private Use Area */
0xF900, /* CJK Compatibility Ideographs */
0xFB00, /* Alphabetic Presentation Forms */
0xFB50, /* Arabic Presentation Forms-A */
- 0xFE00, /* Variation Selectors */
- 0xFE10, /* Vertical Forms 0x98 */
+ 0xFE00, /* Variation Selectors */ /* 0x98 */
+ 0xFE10, /* Vertical Forms */
0xFE20, /* Combining Half Marks */
0xFE30, /* CJK Compatibility Forms */
0xFE50, /* Small Form Variants */
0xFE70, /* Arabic Presentation Forms-B */
0xFF00, /* Halfwidth and Fullwidth Forms */
0xFFF0, /* Specials */
- 0x10000, /* Linear B Syllabary */
- 0x10080, /* Linear B Ideograms 0xa0 */
+ 0x10000, /* Linear B Syllabary */ /* 0xa0 */
+ 0x10080, /* Linear B Ideograms */
0x10100, /* Aegean Numbers */
0x10140, /* Ancient Greek Numbers */
0x10190, /* Ancient Symbols */
0x101D0, /* Phaistos Disc */
0x10280, /* Lycian */
0x102A0, /* Carian */
- 0x102E0, /* Coptic Epact Numbers */
- 0x10300, /* Old Italic 0xa8 */
+ 0x102E0, /* Coptic Epact Numbers */ /* 0xa8 */
+ 0x10300, /* Old Italic */
0x10330, /* Gothic */
0x10350, /* Old Permic */
0x10380, /* Ugaritic */
0x103A0, /* Old Persian */
0x10400, /* Deseret */
0x10450, /* Shavian */
- 0x10480, /* Osmanya */
- 0x10500, /* Elbasan 0xb0 */
+ 0x10480, /* Osmanya */ /* 0xb0 */
+ 0x10500, /* Elbasan */
0x10530, /* Caucasian Albanian */
0x10600, /* Linear A */
0x10800, /* Cypriot Syllabary */
0x10840, /* Imperial Aramaic */
0x10860, /* Palmyrene */
0x10880, /* Nabataean */
+ 0x108E0, /* Hatran */ /* 0xb8 */
0x10900, /* Phoenician */
- 0x10920, /* Lydian 0xb8 */
+ 0x10920, /* Lydian */
0x10980, /* Meroitic Hieroglyphs */
0x109A0, /* Meroitic Cursive */
0x10A00, /* Kharoshthi */
0x10A60, /* Old South Arabian */
0x10A80, /* Old North Arabian */
- 0x10AC0, /* Manichaean */
+ 0x10AC0, /* Manichaean */ /* 0xc0 */
0x10B00, /* Avestan */
- 0x10B40, /* Inscriptional Parthian 0xc0 */
+ 0x10B40, /* Inscriptional Parthian */
0x10B60, /* Inscriptional Pahlavi */
0x10B80, /* Psalter Pahlavi */
0x10C00, /* Old Turkic */
+ 0x10C80, /* Old Hungarian */
0x10E60, /* Rumi Numeral Symbols */
- 0x11000, /* Brahmi */
+ 0x11000, /* Brahmi */ /* 0xc8 */
0x11080, /* Kaithi */
0x110D0, /* Sora Sompeng */
- 0x11100, /* Chakma 0xc8 */
+ 0x11100, /* Chakma */
0x11150, /* Mahajani */
0x11180, /* Sharada */
0x111E0, /* Sinhala Archaic Numbers */
0x11200, /* Khojki */
+ 0x11280, /* Multani */ /* 0xd0 */
0x112B0, /* Khudawadi */
0x11300, /* Grantha */
0x11480, /* Tirhuta */
- 0x11580, /* Siddham 0xd0 */
+ 0x11580, /* Siddham */
0x11600, /* Modi */
0x11680, /* Takri */
- 0x118A0, /* Warang Citi */
+ 0x11700, /* Ahom */
+ 0x118A0, /* Warang Citi */ /* 0xd8 */
0x11AC0, /* Pau Cin Hau */
0x12000, /* Cuneiform */
0x12400, /* Cuneiform Numbers and Punctuation */
+ 0x12480, /* Early Dynastic Cuneiform */
0x13000, /* Egyptian Hieroglyphs */
- 0x16800, /* Bamum Supplement 0xd8 */
- 0x16A40, /* Mro */
+ 0x14400, /* Anatolian Hieroglyphs */
+ 0x16800, /* Bamum Supplement */
+ 0x16A40, /* Mro */ /* 0xe0 */
0x16AD0, /* Bassa Vah */
0x16B00, /* Pahawh Hmong */
0x16F00, /* Miao */
0x1B000, /* Kana Supplement */
0x1BC00, /* Duployan */
0x1BCA0, /* Shorthand Format Controls */
- 0x1D000, /* Byzantine Musical Symbols 0xe0 */
- 0x1D100, /* Musical Symbols */
+ 0x1D000, /* Byzantine Musical Symbols */
+ 0x1D100, /* Musical Symbols */ /* 0xe8 */
0x1D200, /* Ancient Greek Musical Notation */
0x1D300, /* Tai Xuan Jing Symbols */
0x1D360, /* Counting Rod Numerals */
0x1D400, /* Mathematical Alphanumeric Symbols */
+ 0x1D800, /* Sutton SignWriting */
0x1E800, /* Mende Kikakui */
0x1EE00, /* Arabic Mathematical Alphabetic Symbols */
- 0x1F000, /* Mahjong Tiles 0xe8 */
+ 0x1F000, /* Mahjong Tiles */ /* 0xf0 */
0x1F030, /* Domino Tiles */
0x1F0A0, /* Playing Cards */
0x1F100, /* Enclosed Alphanumeric Supplement */
@@ -303,49 +311,51 @@ static long ucs_range[]={
0x1F300, /* Miscellaneous Symbols and Pictographs */
0x1F600, /* Emoticons */
0x1F650, /* Ornamental Dingbats */
- 0x1F680, /* Transport and Map Symbols 0xf0 */
+ 0x1F680, /* Transport and Map Symbols */ /* 0xf8 */
0x1F700, /* Alchemical Symbols */
0x1F780, /* Geometric Shapes Extended */
0x1F800, /* Supplemental Arrows-C */
+ 0x1F900, /* Supplemental Symbols and Pictographs */
0x20000, /* CJK Unified Ideographs Extension B */
0x2A700, /* CJK Unified Ideographs Extension C */
0x2B740, /* CJK Unified Ideographs Extension D */
+ 0x2B820, /* CJK Unified Ideographs Extension E */ /* 0x100 */
0x2F800, /* CJK Compatibility Ideographs Supplement */
- 0x30000, /* reserved 0xf8 */
+ 0x30000, /* reserved */
0x40000, /* reserved */
0x50000, /* reserved */
0x60000, /* reserved */
0x70000, /* reserved */
0x80000, /* reserved */
- 0x90000, /* reserved */
+ 0x90000, /* reserved */ /* 0x108 */
0xA0000, /* reserved */
- 0xB0000, /* reserved 0x100 */
+ 0xB0000, /* reserved */
0xC0000, /* reserved */
0xD0000, /* reserved */
0xE0000, /* Tags */
0xE0100, /* Variation Selectors Supplement */
0xF0000, /* Supplementary Private Use Area-A */
- 0x100000, /* Supplementary Private Use Area-B */
+ 0x100000, /* Supplementary Private Use Area-B */ /* 0x110 */
/* Value over 0x10FFFF is illegal under Unicode,
They are for some special use. *** experimental *** */
0x110000, /* Reserved */
- 0x120000, /* Reserved 0x108 */
+ 0x120000, /* Reserved */
0x130000, /* Reserved */
0x140000, /* Reserved */
0x150000, /* Reserved */
0x160000, /* Reserved */
0x170000, /* Reserved */
- 0x180000, /* Reserved */
+ 0x180000, /* Reserved */ /* 0x118 */
0x190000, /* Reserved */
- 0x1A0000, /* Reserved 0x110 */
+ 0x1A0000, /* Reserved */
0x1B0000, /* Reserved */
0x1C0000, /* Reserved */
0x1D0000, /* Reserved */
0x1E0000, /* Reserved */
0x1F0000, /* Reserved */
- 0x200000, /* Reserved */
+ 0x200000, /* Reserved */ /* 0x120 */
0x210000, /* Reserved */
- 0x220000, /* Reserved 0x118 */
+ 0x220000, /* Reserved */
CJK_CHAR_LIMIT
};
diff --git a/Build/source/texk/web2c/uptexdir/upbibtex.ch b/Build/source/texk/web2c/uptexdir/upbibtex.ch
index 07f15d1265f..58864b3ef41 100644
--- a/Build/source/texk/web2c/uptexdir/upbibtex.ch
+++ b/Build/source/texk/web2c/uptexdir/upbibtex.ch
@@ -3,7 +3,7 @@
@d banner=='This is pBibTeX, Version 0.99d-j0.33'
@y
@d my_name=='upbibtex'
-@d banner=='This is upBibTeX, Version 0.99d-j0.33-u1.20'
+@d banner=='This is upBibTeX, Version 0.99d-j0.33-u1.21'
@z
@x
diff --git a/Build/source/texk/web2c/uptexdir/updvitype.ch b/Build/source/texk/web2c/uptexdir/updvitype.ch
index e260d4d4802..0205672bea0 100644
--- a/Build/source/texk/web2c/uptexdir/updvitype.ch
+++ b/Build/source/texk/web2c/uptexdir/updvitype.ch
@@ -3,7 +3,7 @@
@d banner=='This is pDVItype, Version 3.6-p0.4'
@y
@d my_name=='updvitype'
-@d banner=='This is upDVItype, Version 3.6-p0.4-u1.20'
+@d banner=='This is upDVItype, Version 3.6-p0.4-u1.21'
@z
@x procedure initialize
diff --git a/Build/source/texk/web2c/uptexdir/uppltotf.ch b/Build/source/texk/web2c/uptexdir/uppltotf.ch
index ac3de34738f..019d31ee543 100644
--- a/Build/source/texk/web2c/uptexdir/uppltotf.ch
+++ b/Build/source/texk/web2c/uptexdir/uppltotf.ch
@@ -3,7 +3,7 @@
@d banner=='This is pPLtoTF, Version 3.6-p1.8'
@y
@d my_name=='uppltotf'
-@d banner=='This is upPLtoTF, Version 3.6-p1.8-u1.20'
+@d banner=='This is upPLtoTF, Version 3.6-p1.8-u1.21'
@z
@x
diff --git a/Build/source/texk/web2c/uptexdir/uptex-m.ch b/Build/source/texk/web2c/uptexdir/uptex-m.ch
index bb6db6c9e8d..d77d4b51515 100644
--- a/Build/source/texk/web2c/uptexdir/uptex-m.ch
+++ b/Build/source/texk/web2c/uptexdir/uptex-m.ch
@@ -1,4 +1,4 @@
-% This is a change file for upTeX u1.20
+% This is a change file for upTeX u1.21
% By Takuji Tanaka.
%
% (02/26/2007) TTK upTeX u0.01
@@ -33,6 +33,7 @@
% (04/29/2012) TTK upTeX u1.10
% (08/13/2012) TTK upTeX u1.11
% (12/29/2014) TTK upTeX u1.20
+% (02/20/2016) TTK upTeX u1.21
@x upTeX: banner
{printed when p\TeX\ starts}
@@ -40,8 +41,8 @@
{printed when p\TeX\ starts}
@#
@d upTeX_version=1
-@d upTeX_revision==".20"
-@d upTeX_version_string=='-u1.20' {current up\TeX\ version}
+@d upTeX_revision==".21"
+@d upTeX_version_string=='-u1.21' {current up\TeX\ version}
@#
@d upTeX_banner=='This is upTeX, Version 3.14159265',pTeX_version_string,upTeX_version_string
@d upTeX_banner_k==upTeX_banner
@@ -228,7 +229,7 @@ for k:=0 to 255 do
auto_xsp_code(k):=0; inhibit_xsp_code(k):=0; inhibit_xsp_type(k):=0;
kinsoku_code(k):=0; kinsoku_type(k):=0;
end;
-for k:=0 to 512 do
+for k:=0 to 511 do
begin kcat_code(k):=other_kchar;
end;
@z
@@ -254,12 +255,12 @@ if (isinternalUPTEX) then begin
@t\hskip10pt@>kcat_code(@"72):=kanji; { CJK Unified Ideographs Extension A }
@t\hskip10pt@>kcat_code(@"74):=kanji; { CJK Unified Ideographs }
@t\hskip10pt@>kcat_code(@"84):=hangul; { Hangul Jamo Extended-A }
- @t\hskip10pt@>kcat_code(@"8E):=hangul; { Hangul Syllables }
- @t\hskip10pt@>kcat_code(@"8F):=hangul; { Hangul Jamo Extended-B }
- @t\hskip10pt@>kcat_code(@"94):=kanji; { CJK Compatibility Ideographs }
- { @t\hskip10pt@>kcat_code(@"9D):=other_kchar; Halfwidth and Fullwidth Forms }
- @t\hskip10pt@>kcat_code(@"DD):=kana; { Kana Supplement }
- @+@t\1@>for k:=@"F4 to @"F7 do kcat_code(k):=kanji; { CJK Unified Ideographs Extension B .. CJK Compatibility Ideographs Supplement }
+ @t\hskip10pt@>kcat_code(@"8F):=hangul; { Hangul Syllables }
+ @t\hskip10pt@>kcat_code(@"90):=hangul; { Hangul Jamo Extended-B }
+ @t\hskip10pt@>kcat_code(@"95):=kanji; { CJK Compatibility Ideographs }
+ { @t\hskip10pt@>kcat_code(@"9E):=other_kchar; Halfwidth and Fullwidth Forms }
+ @t\hskip10pt@>kcat_code(@"E4):=kana; { Kana Supplement }
+ @+@t\1@>for k:=@"FD to @"101 do kcat_code(k):=kanji; { CJK Unified Ideographs Extension B .. CJK Compatibility Ideographs Supplement }
@t\hskip10pt@>kcat_code(@"1FE):=kana; { Fullwidth digit and latin alphabet }
@t\hskip10pt@>kcat_code(@"1FF):=kana; { Halfwidth katakana }
end else begin
diff --git a/Build/source/texk/web2c/uptexdir/uptex_version.h b/Build/source/texk/web2c/uptexdir/uptex_version.h
index d45e60fdee0..8bcf195587f 100644
--- a/Build/source/texk/web2c/uptexdir/uptex_version.h
+++ b/Build/source/texk/web2c/uptexdir/uptex_version.h
@@ -1 +1 @@
-#define UPTEX_VERSION "u1.20"
+#define UPTEX_VERSION "u1.21"
diff --git a/Build/source/texk/web2c/uptexdir/uptftopl.ch b/Build/source/texk/web2c/uptexdir/uptftopl.ch
index d220f9264ce..a1ca3af354c 100644
--- a/Build/source/texk/web2c/uptexdir/uptftopl.ch
+++ b/Build/source/texk/web2c/uptexdir/uptftopl.ch
@@ -3,7 +3,7 @@
@d banner=='This is pTFtoPL, Version 3.3-p1.7'
@y
@d my_name=='uptftopl'
-@d banner=='This is upTFtoPL, Version 3.3-p1.7-u1.20'
+@d banner=='This is upTFtoPL, Version 3.3-p1.7-u1.21'
@z
@x
diff --git a/Master/texmf-dist/doc/uptex/base/00readme_uptex.txt b/Master/texmf-dist/doc/uptex/base/00readme_uptex.txt
index 16138a1c776..a593ef74ea3 100644
--- a/Master/texmf-dist/doc/uptex/base/00readme_uptex.txt
+++ b/Master/texmf-dist/doc/uptex/base/00readme_uptex.txt
@@ -1,5 +1,5 @@
upTeX, upLaTeX --- unicode version of ASCII pTeX, pLaTeX
-2014.12.29 Ver1.20
+2016.02.20 Ver1.21
TANAKA, Takuji ttk(at)t-lab(dot)opal(dot)ne(dot)jp
[ Contents ]
@@ -12,7 +12,7 @@ under bin/ :: utility
under samples/ :: samples for test
[ Building upTeX ]
-The sources work with TeXLive svn r35915 .
+The sources work with TeXLive svn r39778 .
Ref. TeXLive and Subversion http://www.tug.org/texlive/svn/
[ Status ]
diff --git a/Master/texmf-dist/doc/uptex/base/01uptex_doc_utf8.txt b/Master/texmf-dist/doc/uptex/base/01uptex_doc_utf8.txt
index c18a2ff6dee..08fea761b6c 100644
--- a/Master/texmf-dist/doc/uptex/base/01uptex_doc_utf8.txt
+++ b/Master/texmf-dist/doc/uptex/base/01uptex_doc_utf8.txt
@@ -1,5 +1,5 @@
upTeX, upLaTeX --- unicode pTeX, pLaTeX 絎茖
-2014.12.29 Ver1.20
+2016.02.20 Ver1.21
TANAKA, Takuji ttk(at)t-lab(dot)opal(dot)ne(dot)jp
upTeX冴
@@ -435,9 +435,8 @@ CMap UTF8-UTF16
TeX Live svn r26540 у莨若障
TeX Live 莨若с
ptexenc TeX Live svn r23549r25028 у莨若障
- 祉弱筝罘純障丈丞舟
- 絖宴
JISUnicode 紊茵 r29213 ц眼
+ 絖 r38704 у莨若障
euptex TeX Live Build/source/web2c ф絽 uptexdir 臀OK
euptexdir 篁ヤ違 uptex 腟純 euptex 篏堺ャ
dvips TeX Live 2010 莨若障
@@ -454,17 +453,21 @@ dvi2tty TeX Live svn r24634 у莨若障
TeX Live吾莨若帥罅
筝筝upTeX packageユ宴
mendex TeX Live r33962 с茵荐Unicode絲上
- 茯帥箴 JIS X 0208膀蚊c
+upmendex mendex 若鴻域篏
+ mendex 潟若UnicodeICU純若
+ 茯帥JIS X 0213絲上CJK絲上恰絖(沿)絲上
+ 絖絲上激f絖絲上c
+ TeX Live svn r39638 у莨若障
upmpost TeX Live r35188 upmetapostу莨若障
uptex-0.30罕
ユ茯vf蕋у娯с
otf宴若 otfbeta-uptex-x.xx.tar.xz ャ
TeX Live svn r25264 у莨若障
- 若激с篁絲上
+ 若激с篁絲上羝帥
vf 篏 mkjvf Unicode 絲上
vf 菴遵篏
Unicode<ゃ Unix/LinuxсlocaleUTF-8遺戎堺ャ
- WindowsсTeX Live 2014 莨若
+ WindowsсTeX Live 2014 莨若障
憜絽с
xdvi uptex-0.30сset3≦馹
uptex-1.xx絽障
@@ -483,18 +486,16 @@ utf宴若 uptex-0.30с
篁緇茯臥荀罎荐篋
< 絎茖∫ >
[1] pdfTeX ≦宍罘純菴遵?
-< 莨阪茖∫ >
-[2] ptexenc у絖с
< dviware, 紊純∫ >
-[3] upmetapost у娯篏帥
-[4] upbibtex сjalpha.bst 篏睡
+[2] upmetapost у娯篏帥
+[3] upbibtex сjalpha.bst 篏睡
筝潟若euc篏膈馹鴻茹f浦
< 潟∫ >
-[5] JISUnicodeCID 紊upjis?-?.vf
+[4] JISUnicodeCID 紊upjis?-?.vf
絲障障鏄≪
JIS X 0208罔腟c膰腟膣障筝
vf 罔羣 CMap с CMap翫綽荀
< 篁 >
-[6] ャ<潟絎
-[7] 沿ャ<潟吾
+[5] ャ<潟絎
+[6] 沿ャ<潟吾
diff --git a/Master/texmf-dist/doc/uptex/base/02uptex_changelog_utf8.txt b/Master/texmf-dist/doc/uptex/base/02uptex_changelog_utf8.txt
index 524a53a3ad4..73654ad5873 100644
--- a/Master/texmf-dist/doc/uptex/base/02uptex_changelog_utf8.txt
+++ b/Master/texmf-dist/doc/uptex/base/02uptex_changelog_utf8.txt
@@ -1,5 +1,32 @@
### ChangeLog / 紊翫吋罩
+2016.02.20 Ver1.21-20160220a
+ TeXLive svn r39778 base
+ Build/source/texk/web2c/uptexdir:
+ * uptex-m.ch, uppltotf.ch, uptftopl.ch, updvitype.ch, upbibtex.ch,
+ uptex_version.h:
+ Update upTeX version number.
+ * uptex-m.ch, kanji.c:
+ Update reference of Unicode blocks to
+ "Blocks-8.0.0.txt Date: 2014-11-10, 23:04:00 GMT [KW]".
+ * COPYRIGHT.utf8:
+ Rename from COPYRIGHT.jis and convert encoding from ISO-2022-JP
+ to UTF-8.
+ Build/source/texk/makejvf:
+ * uniblock.c: Update references Unicode blocks Blocks-8.0.0.txt
+ and CMap files.
+ * main.c: Update version number.
+ Master/texmf-dist/source/fonts/uptex/jis:
+ * upjisr-{h,v}.pl, upjisr-h-hk.pl:
+ Update.
+ Master/texmf-dist/fonts/vf/uptex/jis:
+ * uptch{rm,gt}-{h,v}.vf:
+ Update.
+ Master/texmf-dist/fonts/cmap/uptex/UTF8-UTF16
+ Update to Ver1.002.
+ 01uptex_doc_utf8.txt:
+ Update.
+
2014.12.29 Ver1.20-20141229a
TeXLive svn 35915 base
Build/source/texk/web2c/uptexdir:
diff --git a/Master/texmf-dist/fonts/vf/uptex/jis/uptchgt-h.vf b/Master/texmf-dist/fonts/vf/uptex/jis/uptchgt-h.vf
index bd261ce6989..9b9ca281889 100644
--- a/Master/texmf-dist/fonts/vf/uptex/jis/uptchgt-h.vf
+++ b/Master/texmf-dist/fonts/vf/uptex/jis/uptchgt-h.vf
Binary files differ
diff --git a/Master/texmf-dist/fonts/vf/uptex/jis/uptchgt-v.vf b/Master/texmf-dist/fonts/vf/uptex/jis/uptchgt-v.vf
index 4264663653a..efd4fce11b9 100644
--- a/Master/texmf-dist/fonts/vf/uptex/jis/uptchgt-v.vf
+++ b/Master/texmf-dist/fonts/vf/uptex/jis/uptchgt-v.vf
Binary files differ
diff --git a/Master/texmf-dist/fonts/vf/uptex/jis/uptchrm-h.vf b/Master/texmf-dist/fonts/vf/uptex/jis/uptchrm-h.vf
index 1afde32060e..8dd117949eb 100644
--- a/Master/texmf-dist/fonts/vf/uptex/jis/uptchrm-h.vf
+++ b/Master/texmf-dist/fonts/vf/uptex/jis/uptchrm-h.vf
Binary files differ
diff --git a/Master/texmf-dist/fonts/vf/uptex/jis/uptchrm-v.vf b/Master/texmf-dist/fonts/vf/uptex/jis/uptchrm-v.vf
index 4b587aa2569..61cf044dce7 100644
--- a/Master/texmf-dist/fonts/vf/uptex/jis/uptchrm-v.vf
+++ b/Master/texmf-dist/fonts/vf/uptex/jis/uptchrm-v.vf
Binary files differ
diff --git a/Master/texmf-dist/source/fonts/uptex/upjisr-h-hk.pl b/Master/texmf-dist/source/fonts/uptex/upjisr-h-hk.pl
index 8595032bc66..c686791ecf1 100644
--- a/Master/texmf-dist/source/fonts/uptex/upjisr-h-hk.pl
+++ b/Master/texmf-dist/source/fonts/uptex/upjisr-h-hk.pl
@@ -6,7 +6,6 @@
(COMMENT DESIGNSIZE IS IN POINTS)
(COMMENT OTHER SIZES ARE MULTIPLES OF DESIGNSIZE)
(CHECKSUM O 0)
-(SEVENBITSAFEFLAG TRUE)
(FONTDIMEN
(SLANT R 0.0)
(SPACE R 0.0)
diff --git a/Master/texmf-dist/source/fonts/uptex/upjisr-h.pl b/Master/texmf-dist/source/fonts/uptex/upjisr-h.pl
index b19745592ba..c69b5518a0a 100644
--- a/Master/texmf-dist/source/fonts/uptex/upjisr-h.pl
+++ b/Master/texmf-dist/source/fonts/uptex/upjisr-h.pl
@@ -6,7 +6,6 @@
(COMMENT DESIGNSIZE IS IN POINTS)
(COMMENT OTHER SIZES ARE MULTIPLES OF DESIGNSIZE)
(CHECKSUM O 0)
-(SEVENBITSAFEFLAG TRUE)
(FONTDIMEN
(SLANT R 0.0)
(SPACE R 0.0)
diff --git a/Master/texmf-dist/source/fonts/uptex/upjisr-v.pl b/Master/texmf-dist/source/fonts/uptex/upjisr-v.pl
index a204ad3a2d2..97732934770 100644
--- a/Master/texmf-dist/source/fonts/uptex/upjisr-v.pl
+++ b/Master/texmf-dist/source/fonts/uptex/upjisr-v.pl
@@ -7,7 +7,6 @@
(COMMENT DESIGNSIZE IS IN POINTS)
(COMMENT OTHER SIZES ARE MULTIPLES OF DESIGNSIZE)
(CHECKSUM O 0)
-(SEVENBITSAFEFLAG TRUE)
(FONTDIMEN
(SLANT R 0.0)
(SPACE R 0.0)