X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=charset%2Fmisc%2Fadd-charnames;h=5057d5f2d60f6b2474ea7a38f373d02dc79d6eef;hb=7119957a2df57af617f432dd429e1d6ae5cbe0fd;hp=faf4af538837d7105a3a16633b00c11bfbf8f043;hpb=d9482b44a8a90db441ddbda836b49675a7224d98;p=libucw.git diff --git a/charset/misc/add-charnames b/charset/misc/add-charnames index faf4af53..5057d5f2 100755 --- a/charset/misc/add-charnames +++ b/charset/misc/add-charnames @@ -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 () { ($num,$name) = split /;/; $name{$num} = $name;