From 5677ef4bdd585b07b2669cc38e3aa519a528a4d6 Mon Sep 17 00:00:00 2001 From: nickysn Date: Fri, 19 Feb 2021 19:24:58 +0000 Subject: [PATCH] * fixed the file name in the cldrparser help screen git-svn-id: trunk@48718 - --- utils/unicode/cldrparser.lpr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/unicode/cldrparser.lpr b/utils/unicode/cldrparser.lpr index 0bb0e7de95..770fbbd2f2 100644 --- a/utils/unicode/cldrparser.lpr +++ b/utils/unicode/cldrparser.lpr @@ -54,7 +54,7 @@ const ' may be one of (y, Y, t, T, 1) to halt the execution on the first failing.' + sLineBreak + ' ' + sLineBreak + ' The program expects some files to be present in the folder : ' + sLineBreak + - ' - UCA_Rules_SHORT.xml ' + sLineBreak + + ' - UCA_Rules_SHORT.txt ' + sLineBreak + ' - allkeys.txt this is the file allkeys_CLDR.txt renamed to allkeys.txt' + sLineBreak + ' These files are in the core.zip file of the CLDR release files. The CLDR''version used should be synchronized the' + sLineBreak + ' version of the Unicode version used, for example for Uniocde 7 it will be CLDR 26.' + sLineBreak +