texlive[60241] Build/source/texk/bibtex-x: bibtexu: typo
commits+takuji at tug.org
commits+takuji at tug.org
Sat Aug 14 16:37:23 CEST 2021
Revision: 60241
http://tug.org/svn/texlive?view=revision&revision=60241
Author: takuji
Date: 2021-08-14 16:37:23 +0200 (Sat, 14 Aug 2021)
Log Message:
-----------
bibtexu: typo
Modified Paths:
--------------
trunk/Build/source/texk/bibtex-x/ChangeLog
trunk/Build/source/texk/bibtex-x/bibtex-2.c
Modified: trunk/Build/source/texk/bibtex-x/ChangeLog
===================================================================
--- trunk/Build/source/texk/bibtex-x/ChangeLog 2021-08-14 14:22:47 UTC (rev 60240)
+++ trunk/Build/source/texk/bibtex-x/ChangeLog 2021-08-14 14:37:23 UTC (rev 60241)
@@ -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 <karl at freefriends.org>
Modified: trunk/Build/source/texk/bibtex-x/bibtex-2.c
===================================================================
--- trunk/Build/source/texk/bibtex-x/bibtex-2.c 2021-08-14 14:22:47 UTC (rev 60240)
+++ trunk/Build/source/texk/bibtex-x/bibtex-2.c 2021-08-14 14:37:23 UTC (rev 60241)
@@ -2931,7 +2931,7 @@
#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;
More information about the tex-live-commits
mailing list.