mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
9f1d9a9781
commit
8436c14f89
@ -12,7 +12,7 @@ UNHANDLED_ERROR = 3
|
|||||||
DB_ERROR = 4
|
DB_ERROR = 4
|
||||||
|
|
||||||
_RE_ESCAPE = /[-\/\\^$*+?.()|[\]{}]/g
|
_RE_ESCAPE = /[-\/\\^$*+?.()|[\]{}]/g
|
||||||
quote_map= {'"':'"“”', "'": "'‘’"}
|
quote_map = {'"': '"“”', "'": "'‘’"}
|
||||||
qpat = /(['"])/g
|
qpat = /(['"])/g
|
||||||
spat = /(\s+)/g
|
spat = /(\s+)/g
|
||||||
invisible_chars = '(?:[\u00ad\u200c\u200d]{0,1})'
|
invisible_chars = '(?:[\u00ad\u200c\u200d]{0,1})'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user