texlive[50252] Build/source/texk: rewrite comments

commits+kakuto at tug.org commits+kakuto at tug.org
Wed Mar 6 06:14:24 CET 2019


Revision: 50252
          http://tug.org/svn/texlive?view=revision&revision=50252
Author:   kakuto
Date:     2019-03-06 06:14:24 +0100 (Wed, 06 Mar 2019)
Log Message:
-----------
rewrite comments

Modified Paths:
--------------
    trunk/Build/source/texk/bibtex-x/ChangeLog
    trunk/Build/source/texk/bibtex-x/bibtex-2.c
    trunk/Build/source/texk/dvipdfm-x/ChangeLog

Modified: trunk/Build/source/texk/bibtex-x/ChangeLog
===================================================================
--- trunk/Build/source/texk/bibtex-x/ChangeLog	2019-03-06 04:43:29 UTC (rev 50251)
+++ trunk/Build/source/texk/bibtex-x/ChangeLog	2019-03-06 05:14:24 UTC (rev 50252)
@@ -1,11 +1,7 @@
 2019-03-05  Akira Kakuto  <kakuto at 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 at gmail.com>
 

Modified: trunk/Build/source/texk/bibtex-x/bibtex-2.c
===================================================================
--- trunk/Build/source/texk/bibtex-x/bibtex-2.c	2019-03-06 04:43:29 UTC (rev 50251)
+++ trunk/Build/source/texk/bibtex-x/bibtex-2.c	2019-03-06 05:14:24 UTC (rev 50252)
@@ -2964,10 +2964,8 @@
 */
 
 /*
-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)
 */
 
 /*

Modified: trunk/Build/source/texk/dvipdfm-x/ChangeLog
===================================================================
--- trunk/Build/source/texk/dvipdfm-x/ChangeLog	2019-03-06 04:43:29 UTC (rev 50251)
+++ trunk/Build/source/texk/dvipdfm-x/ChangeLog	2019-03-06 05:14:24 UTC (rev 50252)
@@ -1,6 +1,6 @@
 2019-03-05  Clerk Ma  <maqiyuan130324 at 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 at gmail.com>



More information about the tex-live-commits mailing list