X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=charset%2Fmisc%2Fgen-unacc;h=9513fa282d09aa89c3e67e299f89fc99c3655090;hb=HEAD;hp=8853b7e57abc4ed16d042e3a610d9611c6bb4219;hpb=de2709d6ae8c758c0be66edaa5888b3426120097;p=libucw.git diff --git a/charset/misc/gen-unacc b/charset/misc/gen-unacc index 8853b7e5..9513fa28 100755 --- a/charset/misc/gen-unacc +++ b/charset/misc/gen-unacc @@ -4,7 +4,7 @@ # (c) 1997 Martin Mares # -open (UNI, "unicode/UnicodeData.txt") || die "No Unicode Data File"; +open (UNI, "unidata/UnicodeData.txt") || die "No Unicode Data File"; while () { chomp; ($num,$name,$cat,$_,$_,$exp) = split /;/; @@ -13,7 +13,7 @@ while () { } close UNI; -open (UNI, "unicode/UnicodeData.txt") || die "No Unicode Data File"; +open (UNI, "unidata/UnicodeData.txt") || die "No Unicode Data File"; while () { chomp; ($num,$name,$cat,$_,$_,$exp) = split /;/;