Merge pull request #2185 from tritoch/pending-mtgjson-Ae
Pending mtgjson/gatherer Æ-->Ae conversion
This commit is contained in:
commit
f20e2ce2bd
1 changed files with 1 additions and 1 deletions
|
@ -578,7 +578,7 @@ bool DeckList::loadFromStream_Plain(QTextStream &in)
|
|||
rx.setPattern("’");
|
||||
cardName.replace(rx, "'");
|
||||
rx.setPattern("Æ");
|
||||
cardName.replace(rx, "AE");
|
||||
cardName.replace(rx, "Ae");
|
||||
rx.setPattern("\\s*[|/]{1,2}\\s*");
|
||||
cardName.replace(rx, " // ");
|
||||
|
||||
|
|
Loading…
Reference in a new issue