summaryrefslogtreecommitdiff
path: root/Build/source/texk/bibtex-x/bibtex-3.c
diff options
context:
space:
mode:
authorHironobu Yamashita <h.y.acetaminophen@gmail.com>2019-05-22 13:24:02 +0000
committerHironobu Yamashita <h.y.acetaminophen@gmail.com>2019-05-22 13:24:02 +0000
commit95489e10e75c9789ffd4a9237209f3a9c1dba552 (patch)
tree075b93954a1570344a132a248cf27401a97ad853 /Build/source/texk/bibtex-x/bibtex-3.c
parent6e8dd2ad50fedaa4c21e73fcffc99319096e097f (diff)
bibtexu: trivial change
git-svn-id: svn://tug.org/texlive/trunk@51187 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/bibtex-x/bibtex-3.c')
-rw-r--r--Build/source/texk/bibtex-x/bibtex-3.c9
1 files changed, 8 insertions, 1 deletions
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");