X-Git-Url: https://git.distorted.org.uk/~mdw/disorder/blobdiff_plain/812b526d127c6657e571db8b33a58137af6709cd..375d9478a5b6b14bfb5f6e1a054e900a18e40717:/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";