summaryrefslogtreecommitdiff
path: root/Build/source/texk
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2014-01-02 09:35:30 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2014-01-02 09:35:30 +0000
commite074e22a1834b92d6e1ab4a7587f897c9226b9cb (patch)
tree7399eb0e6c2a8ff6d8bd6583c7f2d7a880a5cba0 /Build/source/texk
parent5396f1d3e8f19a56ed9d49a8965ebd807845bd97 (diff)
(u)pTFtoPL: Don't write SEVENBITSAFEFLAG for JFM (yoko or tate) fonts
git-svn-id: svn://tug.org/texlive/trunk@32544 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk')
-rw-r--r--Build/source/texk/web2c/ptexdir/ChangeLog5
-rw-r--r--Build/source/texk/web2c/ptexdir/ptftopl.ch6
-rw-r--r--Build/source/texk/web2c/ptexdir/tests/min10.pl1
-rw-r--r--Build/source/texk/web2c/ptexdir/tests/tmin10.pl1
-rw-r--r--Build/source/texk/web2c/uptexdir/ChangeLog5
-rw-r--r--Build/source/texk/web2c/uptexdir/tests/min10.pl1
-rw-r--r--Build/source/texk/web2c/uptexdir/tests/tmin10.pl1
7 files changed, 16 insertions, 4 deletions
diff --git a/Build/source/texk/web2c/ptexdir/ChangeLog b/Build/source/texk/web2c/ptexdir/ChangeLog
index f92368dc72e..4a87883a033 100644
--- a/Build/source/texk/web2c/ptexdir/ChangeLog
+++ b/Build/source/texk/web2c/ptexdir/ChangeLog
@@ -1,3 +1,8 @@
+2013-12-31 Peter Breitenlohner <peb@mppmu.mpg.de>
+
+ * ptftopl.ch, tests/min10.pl, tests/min10.pl: Don't write
+ SEVENBITSAFEFLAG for JFM (yoko or tate) fonts.
+
2013-12-18 Peter Breitenlohner <peb@mppmu.mpg.de>
* tests/min10.pl, tests/tmin10.pl: Converted to 7-bit ASCII.
diff --git a/Build/source/texk/web2c/ptexdir/ptftopl.ch b/Build/source/texk/web2c/ptexdir/ptftopl.ch
index ad7d889b025..08e729b1155 100644
--- a/Build/source/texk/web2c/ptexdir/ptftopl.ch
+++ b/Build/source/texk/web2c/ptexdir/ptftopl.ch
@@ -214,6 +214,12 @@ param_base:=exten_base+ne-1;
@d glue(#)==4*(glue_base+#) {likewise}
@z
+@x [57] l.982 - pTeX: SEVENBITSAFEFLAG
+if (lh>17) and (tfm[random_word]>127) then
+@y
+if (lh>17) and (tfm[random_word]>127) and (file_format=tfm_format) then
+@z
+
@x [63] l.1003 - pTeX: Name of parameter for kanji-font
else if (i<=13)and(font_type=mathex) then
if i=8 then out('DEFAULTRULETHICKNESS')
diff --git a/Build/source/texk/web2c/ptexdir/tests/min10.pl b/Build/source/texk/web2c/ptexdir/tests/min10.pl
index 32ac437cbc1..88d17dc482b 100644
--- a/Build/source/texk/web2c/ptexdir/tests/min10.pl
+++ b/Build/source/texk/web2c/ptexdir/tests/min10.pl
@@ -6,7 +6,6 @@
(COMMENT DESIGNSIZE IS IN POINTS)
(COMMENT OTHER SIZES ARE MULTIPLES OF DESIGNSIZE)
(CHECKSUM O 35147750366)
-(SEVENBITSAFEFLAG TRUE)
(FONTDIMEN
(SLANT R 0.0)
(SPACE R 0.0)
diff --git a/Build/source/texk/web2c/ptexdir/tests/tmin10.pl b/Build/source/texk/web2c/ptexdir/tests/tmin10.pl
index 611911dca34..52a18cf5fbc 100644
--- a/Build/source/texk/web2c/ptexdir/tests/tmin10.pl
+++ b/Build/source/texk/web2c/ptexdir/tests/tmin10.pl
@@ -7,7 +7,6 @@
(COMMENT DESIGNSIZE IS IN POINTS)
(COMMENT OTHER SIZES ARE MULTIPLES OF DESIGNSIZE)
(CHECKSUM O 35147750366)
-(SEVENBITSAFEFLAG TRUE)
(FONTDIMEN
(SLANT R 0.0)
(SPACE R 0.0)
diff --git a/Build/source/texk/web2c/uptexdir/ChangeLog b/Build/source/texk/web2c/uptexdir/ChangeLog
index f31c8cbde88..f0973043566 100644
--- a/Build/source/texk/web2c/uptexdir/ChangeLog
+++ b/Build/source/texk/web2c/uptexdir/ChangeLog
@@ -1,3 +1,8 @@
+2013-12-31 Peter Breitenlohner <peb@mppmu.mpg.de>
+
+ * tests/min10.pl, tests/min10.pl: Don't write SEVENBITSAFEFLAG
+ for JFM (yoko or tate) fonts.
+
2013-12-18 Peter Breitenlohner <peb@mppmu.mpg.de>
* uppltotf.ch, tests/[t]min10.pl: Drop useless extra space.
diff --git a/Build/source/texk/web2c/uptexdir/tests/min10.pl b/Build/source/texk/web2c/uptexdir/tests/min10.pl
index 6969761d3b8..1c431e3e1d9 100644
--- a/Build/source/texk/web2c/uptexdir/tests/min10.pl
+++ b/Build/source/texk/web2c/uptexdir/tests/min10.pl
@@ -6,7 +6,6 @@
(COMMENT DESIGNSIZE IS IN POINTS)
(COMMENT OTHER SIZES ARE MULTIPLES OF DESIGNSIZE)
(CHECKSUM O 35147750366)
-(SEVENBITSAFEFLAG TRUE)
(FONTDIMEN
(SLANT R 0.0)
(SPACE R 0.0)
diff --git a/Build/source/texk/web2c/uptexdir/tests/tmin10.pl b/Build/source/texk/web2c/uptexdir/tests/tmin10.pl
index 3af5041ec7a..532550265e9 100644
--- a/Build/source/texk/web2c/uptexdir/tests/tmin10.pl
+++ b/Build/source/texk/web2c/uptexdir/tests/tmin10.pl
@@ -7,7 +7,6 @@
(COMMENT DESIGNSIZE IS IN POINTS)
(COMMENT OTHER SIZES ARE MULTIPLES OF DESIGNSIZE)
(CHECKSUM O 35147750366)
-(SEVENBITSAFEFLAG TRUE)
(FONTDIMEN
(SLANT R 0.0)
(SPACE R 0.0)