From 95489e10e75c9789ffd4a9237209f3a9c1dba552 Mon Sep 17 00:00:00 2001 From: Hironobu Yamashita Date: Wed, 22 May 2019 13:24:02 +0000 Subject: bibtexu: trivial change git-svn-id: svn://tug.org/texlive/trunk@51187 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/texk/bibtex-x/bibtex-3.c | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'Build/source/texk/bibtex-x/bibtex-3.c') diff --git a/Build/source/texk/bibtex-x/bibtex-3.c b/Build/source/texk/bibtex-x/bibtex-3.c index 629e91c4914..f6ffeffe474 100644 --- a/Build/source/texk/bibtex-x/bibtex-3.c +++ b/Build/source/texk/bibtex-x/bibtex-3.c @@ -3145,7 +3145,14 @@ BEGIN BEGIN printf("3there is a error: U_ZERO_ERROR"); END - tulen=u_strToUpper(tarup,tucap, target,tarlen,NULL,&err1); + if (Flag_language) + { + tulen=u_strToUpper(tarup,tucap, target,tarlen,Str_language,&err1); + } + else + { + tulen=u_strToUpper(tarup,tucap, target,tarlen,NULL,&err1); + } if (!U_SUCCESS(err1)) BEGIN printf("4there is a error: U_ZERO_ERROR"); -- cgit v1.2.3