summaryrefslogtreecommitdiff
path: root/t/uni
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2002-01-21 19:16:00 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2002-01-21 19:16:00 +0000
commit551b6b6ff9895983c94b1aff97abae5f0914a105 (patch)
tree8b27bada3e52ba364cbe8eb1d341d2e14014b8eb /t/uni
parent1faa7c87e80ec7422c7d30d8f9e68527782f5953 (diff)
downloadperl-551b6b6ff9895983c94b1aff97abae5f0914a105.tar.gz
Undo the renaming of the Unicode data files; the simple
solution being not including the *.html files. This means that in the future there is no need for any renamings (well, assuming that the Consortium doesn't cause any), and the files are named like they are in the Consortium website, thus alleviating confusion. p4raw-id: //depot/perl@14370
Diffstat (limited to 't/uni')
-rw-r--r--t/uni/fold.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/uni/fold.t b/t/uni/fold.t
index 76e1639065..a068e6511a 100644
--- a/t/uni/fold.t
+++ b/t/uni/fold.t
@@ -7,7 +7,7 @@ use File::Spec;
my $CF = File::Spec->catfile(File::Spec->catdir(File::Spec->updir,
"lib", "unicore"),
- "CaseFold.txt");
+ "CaseFolding.txt");
if (open(CF, $CF)) {
my @CF;