summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/pdftexdir/ChangeLog
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2021-01-18 23:54:21 +0000
committerKarl Berry <karl@freefriends.org>2021-01-18 23:54:21 +0000
commit5a945e393be9acda7593f648d83f44c12e014f1c (patch)
tree49fdaa703aa29fb37c7579f3f2c2b2585fcf11a0 /Build/source/texk/web2c/pdftexdir/ChangeLog
parent1980641bf70a8a584e59c089c20b2a1d9d67b476 (diff)
another attempt at clearing control characters
git-svn-id: svn://tug.org/texlive/trunk@57464 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/pdftexdir/ChangeLog')
-rw-r--r--Build/source/texk/web2c/pdftexdir/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/Build/source/texk/web2c/pdftexdir/ChangeLog b/Build/source/texk/web2c/pdftexdir/ChangeLog
index 8fb078ee65b..faa05f20db1 100644
--- a/Build/source/texk/web2c/pdftexdir/ChangeLog
+++ b/Build/source/texk/web2c/pdftexdir/ChangeLog
@@ -1,3 +1,10 @@
+2021-01-04 Thanh Han The <hanthethanh@gmail.com>
+
+ * ttf2afm.c (make_name): yet another attempt at filtering
+ control characters, since the test font, SourceCodePro (as well
+ as many other Mac fonts), actually contains control characters
+ (24 and 25), due to UTF-16BE.
+
2021-01-11 Karl Berry <karl@freefriends.org>
* ttf2afm.c (make_name): better to use unsigned char.