]> git.sesse.net Git - ccbs/blobdiff - sql/cc04/update-cc04.sh
Shape text using Pango and HarfBuzz; gives us nice ligatures and exotic scripts.
[ccbs] / sql / cc04 / update-cc04.sh
index 69e83b49e0282401a39c9af6098747db4a929a7c..231f3a851980d8375a72816e20a8ce3d1c38add5 100755 (executable)
@@ -5,6 +5,7 @@ SEASON="Challenge Cup 2004"
 (
        while read ccno id; do
                wget -O- "http://www.ddreurope.com/results.php?since=0&act=2&t_id=$id" |
+               iconv -f latin1 -t utf8 |
                        perl ../../parse/parse-ddreurope-tournament.pl "$SEASON" > cc$ccno-04.sql
        done
 ) <<"EOF"
@@ -15,4 +16,5 @@ SEASON="Challenge Cup 2004"
 5      39
 6      40
 7      41
+8      42
 EOF