mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-03-02 10:26:14 +01:00
...
This commit is contained in:
parent
9829820f5e
commit
f679e5cf57
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@
|
|||
FIELD_NAMES = {'len':'Header length', 'type':'Unknown', 'gen':'Index Type (0 - normal, 2 - inflection)',
|
||||
'start':'IDXT Offset', 'count':'Number of Index entries or records', 'code': 'character encoding', 'lng':'Unknown',
|
||||
'total':'Total number of Index Entries in all records', 'ordt': 'ORDT Offset', 'ligt':'LIGT Offset', 'nligt':'Number of LIGT',
|
||||
'ncncx':'Number of CNCX records', 'last_index':'Text of Boundary Entry in every index record'}
|
||||
'ncncx':'Number of CNCX records', 'last_index':'Geometry of index records'}
|
||||
|
||||
def read_last_index(data, header):
|
||||
offset = header['tagx']
|
||||
|
|
|
|||
Loading…
Reference in a new issue