X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/disorder/blobdiff_plain/132a5a4a47f9dbc7c52ee15234d70258c59ccf8e..0b0fb26bbfa5a32d00cf3f234c5066648128df8e:/scripts/make-unidata diff --git a/scripts/make-unidata b/scripts/make-unidata index d1490cc..d43533e 100755 --- a/scripts/make-unidata +++ b/scripts/make-unidata @@ -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";