Commit a23741ab authored by twanvl's avatar twanvl

also apply copyright script in set options

parent 9bf5af8f
......@@ -271,15 +271,18 @@ init script:
replace: "Æ") +
# step 2 : longdash for keywords
replace_rule(
match: "--| - ",
match: "--",
replace: "—") +
replace_rule(
match: " - ",
replace: " — ") +
# step 3 : trademark symbol
replace_rule(
match: "TM",
replace: "™") +
# step 4 : copyright symbol
replace_rule(
match: "CR",
match: "CR|\\(C\\)",
replace: "©")
# the flavor text filter
......@@ -363,6 +366,7 @@ set field:
set field:
type: text
name: copyright
script: copyright_filter(value)
set field:
type: symbol
name: symbol
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment