Pending mtgjson/gatherer Æ-->Ae conversion
This is to prepare for when mtgjson converts all Æ cards to 'Ae'. Formerly it was 'AE'.
This commit is contained in:
parent
b23a53eb1e
commit
85063859e0
1 changed files with 1 additions and 1 deletions
|
@ -578,7 +578,7 @@ bool DeckList::loadFromStream_Plain(QTextStream &in)
|
||||||
rx.setPattern("’");
|
rx.setPattern("’");
|
||||||
cardName.replace(rx, "'");
|
cardName.replace(rx, "'");
|
||||||
rx.setPattern("Æ");
|
rx.setPattern("Æ");
|
||||||
cardName.replace(rx, "AE");
|
cardName.replace(rx, "Ae");
|
||||||
rx.setPattern("\\s*[|/]{1,2}\\s*");
|
rx.setPattern("\\s*[|/]{1,2}\\s*");
|
||||||
cardName.replace(rx, " // ");
|
cardName.replace(rx, " // ");
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue