chiark / gitweb /
Use Unicode 5.1.0 for tables and tests. Approx 200 failures currently.
[disorder] / libtests / t-unicode.c
index ba6bba5f6a15ad5fddc02b5d54559352c507b8e9..de04e477be014eb2b3e8a8d7fee930f763809ca0 100644 (file)
@@ -30,7 +30,7 @@ static FILE *open_unicode_test(const char *path) {
     base = path;
   if(!(fp = fopen(base, "r"))) {
     snprintf(buffer, sizeof buffer,
-             "wget http://www.unicode.org/Public/5.0.0/ucd/%s", path);
+             "wget http://www.unicode.org/Public/5.1.0/ucd/%s", path);
     if((w = system(buffer)))
       fatal(0, "%s: %s", buffer, wstat(w));
     if(chmod(base, 0444) < 0)