X-Git-Url: https://git.distorted.org.uk/~mdw/disorder/blobdiff_plain/132a5a4a47f9dbc7c52ee15234d70258c59ccf8e..b1f6ca8ccc002bc4529fb1f1fef562cf59a25bd5:/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";