From 7957729c657298312dd704a7cd42bef27ec9be27 Mon Sep 17 00:00:00 2001 From: Takuji Tanaka Date: Sat, 14 Aug 2021 14:37:23 +0000 Subject: bibtexu: typo git-svn-id: svn://tug.org/texlive/trunk@60241 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/texk/bibtex-x/ChangeLog | 2 +- Build/source/texk/bibtex-x/bibtex-2.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'Build/source/texk/bibtex-x') diff --git a/Build/source/texk/bibtex-x/ChangeLog b/Build/source/texk/bibtex-x/ChangeLog index db052bed548..5bf2eabc38f 100644 --- a/Build/source/texk/bibtex-x/ChangeLog +++ b/Build/source/texk/bibtex-x/ChangeLog @@ -3,7 +3,7 @@ * bibtex.c, bibtex-[23].c, gbl{proc,vars}.h: Use ucol_strcollUTF8() for collation. Use u_strToUTF8WithSub() in icu_fromUChars() and - u_strFromUTF8WithSub() in icu_toUChars(). + u_strFromUTF8WithSub() in icu_toUChars() in stead of ucnv_*. Initialize ICU collator only once. 2021-06-21 Karl Berry diff --git a/Build/source/texk/bibtex-x/bibtex-2.c b/Build/source/texk/bibtex-x/bibtex-2.c index 3cb4f5a57dd..7bb7469c5b8 100644 --- a/Build/source/texk/bibtex-x/bibtex-2.c +++ b/Build/source/texk/bibtex-x/bibtex-2.c @@ -2931,7 +2931,7 @@ BEGIN #ifdef UTF_8 /* We use ICU Collator ucol_strcollUTF8() to compare the Unicode in UTF-8. -There is an commad line option "-o", "--location" to set the rule of collation. +There is an command line option "-o", "--location" to set the rule of collation. */ Integer_T lenk1, lenk2; UBool u_less; -- cgit v1.2.3