mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Merge branch 'patch-1' of https://github.com/justinuang/calibre
This commit is contained in:
commit
ec3744c661
@ -19,8 +19,8 @@ from calibre.ebooks.metadata import MetaInformation
|
|||||||
from calibre.ebooks.txt.processor import opf_writer, HTML_TEMPLATE
|
from calibre.ebooks.txt.processor import opf_writer, HTML_TEMPLATE
|
||||||
from polyglot.builtins import range, map
|
from polyglot.builtins import range, map
|
||||||
|
|
||||||
BPDB_IDENT = b'BOOKMTIT'
|
BPDB_IDENT = 'BOOKMTIT'
|
||||||
UPDB_IDENT = b'BOOKMTIU'
|
UPDB_IDENT = 'BOOKMTIU'
|
||||||
|
|
||||||
punct_table = {
|
punct_table = {
|
||||||
u"︵": u"(",
|
u"︵": u"(",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user