summaryrefslogtreecommitdiff
path: root/Build/source/texk/bibtex-x/ChangeLog
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/source/texk/bibtex-x/ChangeLog
parentd368c1916a3274706eaf91446a676eabe20e1cee (diff)
rewrite comments
git-svn-id: svn://tug.org/texlive/trunk@50252 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/bibtex-x/ChangeLog')
-rw-r--r--Build/source/texk/bibtex-x/ChangeLog8
1 files changed, 2 insertions, 6 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>