summaryrefslogtreecommitdiff
path: root/Build
diff options
context:
space:
mode:
authorAkira Kakuto <kakuto@fuk.kindai.ac.jp>2019-03-06 05:14:24 +0000
committerAkira Kakuto <kakuto@fuk.kindai.ac.jp>2019-03-06 05:14:24 +0000
commita5d2ce0c7d6c8df9d20973b1959b8baf55047367 (patch)
treeca126f276951335770e60f5db82a88c9113954f6 /Build
parentd368c1916a3274706eaf91446a676eabe20e1cee (diff)
rewrite comments
git-svn-id: svn://tug.org/texlive/trunk@50252 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build')
-rw-r--r--Build/source/texk/bibtex-x/ChangeLog8
-rw-r--r--Build/source/texk/bibtex-x/bibtex-2.c6
-rw-r--r--Build/source/texk/dvipdfm-x/ChangeLog2
3 files changed, 5 insertions, 11 deletions
diff --git a/Build/source/texk/bibtex-x/ChangeLog b/Build/source/texk/bibtex-x/ChangeLog
index b6ddee7279b..b38febb3387 100644
--- a/Build/source/texk/bibtex-x/ChangeLog
+++ b/Build/source/texk/bibtex-x/ChangeLog
@@ -1,11 +1,7 @@
2019-03-05 Akira Kakuto <kakuto@w32tex.org>
- * bibtex-2.c: Change U_SENTINEL to 0xfffd in
- u_strFromUTF8WithSub(a, b, c, d, e, U_SENTINEL, NULL, f)
- which is
- u_strFromUTF8(a, b, c, d, e, f)
- where U_SENTINEL is -1, because it works also for my
- build of ICU.
+ * bibtex-2.c: Use u_strFromUTF8WithSub() with a substitution
+ character 0xfffd, instead of u_strFromUTF8().
2019-03-04 Hironobu Yamashita <h.y.acetaminophen@gmail.com>
diff --git a/Build/source/texk/bibtex-x/bibtex-2.c b/Build/source/texk/bibtex-x/bibtex-2.c
index a6773dbcb0a..fb17751de3b 100644
--- a/Build/source/texk/bibtex-x/bibtex-2.c
+++ b/Build/source/texk/bibtex-x/bibtex-2.c
@@ -2964,10 +2964,8 @@ icu_toUChars() seems not working here, using u_strFromUTF8 instead. (04/mar/2019
*/
/*
-On Windows, u_strFromUTF8() fails but u_strFromUTF8WithSub()
-with U_SENTINEL (-1) ---> 0xfffd works.
-So I use u_strFromUTF8WithSub() by replacing 0xffffffff --> 0xfffd.
---ak (05/mar/2019)
+Use u_strFromUTF8WithSub() with a substitution character 0xfffd,
+instead of u_strFromUTF8(). (05/mar/2019)
*/
/*
diff --git a/Build/source/texk/dvipdfm-x/ChangeLog b/Build/source/texk/dvipdfm-x/ChangeLog
index 55c4812e50a..5bbc511cf52 100644
--- a/Build/source/texk/dvipdfm-x/ChangeLog
+++ b/Build/source/texk/dvipdfm-x/ChangeLog
@@ -1,6 +1,6 @@
2019-03-05 Clerk Ma <maqiyuan130324@vip.qq.com>
- * tt_table.c: Fix 'null character(s)' warning which caused by
+ * tt_table.c: Fix 'null character(s)' warning caused by
fonts like Roboto (Android) or YuMincho (Windows 10).
2019-02-25 Hironobu Yamashita <h.y.acetaminophen@gmail.com>