From 3235ca7356e98b969e4c190a49d66e7f651d4bc9 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Mon, 26 Mar 2012 14:11:37 +0530 Subject: [PATCH] ... --- src/calibre/ebooks/mobi/reader/index.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/calibre/ebooks/mobi/reader/index.py b/src/calibre/ebooks/mobi/reader/index.py index 1979458b2a..036b7df073 100644 --- a/src/calibre/ebooks/mobi/reader/index.py +++ b/src/calibre/ebooks/mobi/reader/index.py @@ -61,8 +61,7 @@ def parse_indx_header(data): # Instead I use a half assed decoder that decodes only the ascii # valid values correctly. Hopefully these ORDT sections will only # ever be used in SKEL and ELEM indices where the text is pure - # ASCII. EBCDIC-UTF and ASCII have the same. Any non ASCII valid - # values are mapped to the ? character + # ASCII. Any non ASCII valid values are mapped to the ? character. parsed = bytearray(ans['oentries']) for i in xrange(0, 2*ans['oentries'], 2):