]> mj.ucw.cz Git - libucw.git/blobdiff - charset/misc/gen-unacc
Implemented a new growing array module
[libucw.git] / charset / misc / gen-unacc
index 8853b7e57abc4ed16d042e3a610d9611c6bb4219..9513fa282d09aa89c3e67e299f89fc99c3655090 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>) {
     chomp;
     ($num,$name,$cat,$_,$_,$exp) = split /;/;
@@ -13,7 +13,7 @@ while (<UNI>) {
 }
 close UNI;
 
-open (UNI, "unicode/UnicodeData.txt") || die "No Unicode Data File";
+open (UNI, "unidata/UnicodeData.txt") || die "No Unicode Data File";
 while (<UNI>) {
     chomp;
     ($num,$name,$cat,$_,$_,$exp) = split /;/;