View Single Post
Old 08-22-2013, 03:21 PM   #9
Steadyhands
Connoisseur
Steadyhands began at the beginning.
 
Steadyhands's Avatar
 
Posts: 57
Karma: 10
Join Date: Dec 2011
Device: Samsung Tablet
Here's a list of my saved searches for Quote fixes. Some also include changing hyphens to mdash also. No text examples to go with them sorry.

Quote:
11\Name=Quote Fix/Quote fix1
11\Find=\\-([\\\x2018|\\\x201c])</p>
11\Replace=\x2014\x201d</p>
12\Name=Quote Fix/Quote fix2
12\Find=\x201c</p>
12\Replace=\x201d</p>
13\Name=Quote Fix/Quote fix3
13\Find=\\. \\\x201d \\\x2018
13\Replace=. \x201c \x2018
14\Name=Quote Fix/Quote fix4
14\Find="<p class=\\\"calibre(\\d+)\\\">\\\x201d \\\x2018"
14\Replace="<p class=\"calibre\\1\">\x201c \x2018"
15\Name=Quote Fix/Quote fix5
15\Find=</i> (\\p{P})\\\x201d
15\Replace=</i>\\1\x201d
16\Name=Quote Fix/Quote fix6
16\Find="<p class=\\\"calibre(\\d+)\\\">\\\x201d"
16\Replace="<p class=\"calibre\\1\">\x201c"
17\Name=Quote Fix/Quote fix7
17\Find="([\\!|\\.|\\?\\\x2026|\\,]) \\\x201d</p>"
17\Replace=\\1\x201d</p>
18\Name=Quote Fix/Quote fix8
18\Find="<p class=\\\"calibre(\\d+)\\\">\\\x201c\\s(?!\x2018)"
18\Replace="<p class=\"calibre\\1\">\x201c"
19\Name=Quote Fix/Quote fix9
19\Find="\\, \\\x201d\\s(?=[a-z])"
19\Replace=",\x201d "
20\Name=Quote Fix/Quote fix10
20\Find="<p class=\\\"calibre(\\d+)\\\">\\\x201c\\- "
20\Replace="<p class=\"calibre\\1\">\x201c\x2014"
21\Name=Quote Fix/Quote fix11
21\Find=(-|\x2013)\x201d
21\Replace=\x2014\x201d
22\Name=Quote Fix/Quote fix12
22\Find="\x2026 \x201d(?=[A-Z])"
22\Replace=\x2026 \x201c
PS, took the easy way out and cut and pasted form the sigil_searches.ini.
Steadyhands is offline   Reply With Quote