mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-11 21:27:01 -04:00
Removed longdash replacement from title.
Fixed capital AE in embossed-letters. Added BOM to all files git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@554 0fc631ac-6414-0410-93d0-97cfa31319b6
This commit is contained in:
@@ -376,14 +376,7 @@ init script:
|
||||
# step 1 : Æ replacement rule
|
||||
replace_rule(
|
||||
match: "AE",
|
||||
replace: "Æ") +
|
||||
# step 2 : longdash for keywords
|
||||
replace_rule(
|
||||
match: "--",
|
||||
replace: "—") +
|
||||
replace_rule(
|
||||
match: " - ",
|
||||
replace: " — ")
|
||||
replace: "Æ")
|
||||
|
||||
#character filter for copyright line
|
||||
copyright_filter :=
|
||||
|
||||
Reference in New Issue
Block a user