chiark / gitweb /
Most of intro section
[disorder] / scripts / make-unidata
index d1490cc77fac7a3c662097cf5216be06000f70b5..d43533e3cb3f49e1561131621738b871cbf1f344 100755 (executable)
@@ -92,7 +92,7 @@ sub input {
     my $path = shift;
     my $lpath = basename($path);
     if(!-e $lpath) {
-       system("wget http://www.unicode.org/Public/5.0.0/ucd/$path");
+       system("wget http://www.unicode.org/Public/5.1.0/ucd/$path");
        chmod(0444, $lpath) or die "$lpath: $!\n";
     }
     open(STDIN, "<$lpath") or die "$lpath: $!\n";