diff options
author | Takuji Tanaka <ttk@t-lab.opal.ne.jp> | 2021-08-14 14:37:23 +0000 |
---|---|---|
committer | Takuji Tanaka <ttk@t-lab.opal.ne.jp> | 2021-08-14 14:37:23 +0000 |
commit | 7957729c657298312dd704a7cd42bef27ec9be27 (patch) | |
tree | 54d886c6bda76991cd9da731748e281ab10ae15e /Build | |
parent | 05c772600d3bd525ef885d38988a37f8971dec36 (diff) |
bibtexu: typo
git-svn-id: svn://tug.org/texlive/trunk@60241 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build')
-rw-r--r-- | Build/source/texk/bibtex-x/ChangeLog | 2 | ||||
-rw-r--r-- | Build/source/texk/bibtex-x/bibtex-2.c | 2 |
2 files changed, 2 insertions, 2 deletions
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 <karl@freefriends.org> 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; |