X-Git-Url: https://gitweb.factorcode.org/gitweb.cgi?p=factor.git;a=blobdiff_plain;f=basis%2Funicode%2Fcollation%2Fcollation-tests.factor;fp=basis%2Funicode%2Fcollation%2Fcollation-tests.factor;h=6e985c2bab91d424b858aafc432c5642fee8429c;hp=2cf37e1b1ed2a88857f7e08a3167df1326ac4623;hb=722d92fbfdeff55645f4148d3016798afe4fd433;hpb=42676f8c59c0a97c89a7a3579ec0c50302b5e8ca diff --git a/basis/unicode/collation/collation-tests.factor b/basis/unicode/collation/collation-tests.factor index 2cf37e1b1e..6e985c2bab 100644 --- a/basis/unicode/collation/collation-tests.factor +++ b/basis/unicode/collation/collation-tests.factor @@ -19,7 +19,7 @@ IN: unicode.collation.tests : collation-test-lines ( -- lines ) "https://downloads.factorcode.org/misc/UCA/15.1.0/CollationTest_SHIFTED.txt" - "CollationTest_SHIFTED_15.1.0.txt" cache-file download-to + "CollationTest_SHIFTED_15.1.0.txt" cache-file download-once-to utf8 file-lines [ "#" head? ] reject harvest ; : parse-collation-test-shifted ( -- lines )