No "Ae" --> "AE" translate (#2182)

This commit is contained in:
tritoch 2016-09-22 23:03:38 -05:00 committed by Zach H
parent 6c7ba06930
commit b23a53eb1e

View file

@ -579,8 +579,6 @@ bool DeckList::loadFromStream_Plain(QTextStream &in)
cardName.replace(rx, "'");
rx.setPattern("Æ");
cardName.replace(rx, "AE");
rx.setPattern("^Aether");
cardName.replace(rx, "AEther");
rx.setPattern("\\s*[|/]{1,2}\\s*");
cardName.replace(rx, " // ");