fix encoding of rules file

master
melvinzhang 2017-04-25 22:16:13 +08:00
parent e13c0e4d1d
commit bf3dd5a096
1 changed files with 1 additions and 1 deletions

View File

@ -344,7 +344,7 @@ ref/MagicCompRules_latest.txt:
wget `curl http://magic.wizards.com/en/game-info/gameplay/rules-and-formats/rules | grep -o "http://media.*\.txt"` -O $@
ref/rules.txt: ref/MagicCompRules_latest.txt
iconv -f UTF-16LE -t UTF-8 $^ | fmt -s > $@
iconv -f ISO-8859-1 -t UTF-8 $^ | fmt -s > $@
flip -bu $@
resources/magic/data/icons/missing_card.png: