mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-09 06:33:08 +02:00
...
This commit is contained in:
parent
9f1d9a9781
commit
8436c14f89
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@
|
|||
DB_ERROR = 4
|
||||
|
||||
_RE_ESCAPE = /[-\/\\^$*+?.()|[\]{}]/g
|
||||
quote_map= {'"':'"“”', "'": "'‘’"}
|
||||
quote_map = {'"': '"“”', "'": "'‘’"}
|
||||
qpat = /(['"])/g
|
||||
spat = /(\s+)/g
|
||||
invisible_chars = '(?:[\u00ad\u200c\u200d]{0,1})'
|
||||
|
|
|
|||
Loading…
Reference in a new issue