]> mj.ucw.cz Git - libucw.git/blobdiff - charset/misc/add-charnames
replaced several "byte *" -> "char *", mostly in the configuration system
[libucw.git] / charset / misc / add-charnames
index faf4af538837d7105a3a16633b00c11bfbf8f043..5057d5f2d60f6b2474ea7a38f373d02dc79d6eef 100755 (executable)
@@ -4,7 +4,7 @@
 #  (c) 1997 Martin Mares <mj@atrey.karlin.mff.cuni.cz>
 #
 
-open (UNI, "unicode/UnicodeData.txt") || die "No Unicode Data File";
+open (UNI, "unidata/UnicodeData.txt") || die "No Unicode Data File";
 while (<UNI>) {
        ($num,$name) = split /;/;
        $name{$num} = $name;