Mercurial > hg > documentViewer
changeset 148:9e98ed3ec281
characterNormalization
author | abukhman |
---|---|
date | Fri, 20 Aug 2010 15:17:40 +0200 |
parents | e02da27cadc5 |
children | 2ae1609d7e74 |
files | documentViewer.py |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/documentViewer.py Thu Aug 19 15:24:53 2010 +0200 +++ b/documentViewer.py Fri Aug 20 15:17:40 2010 +0200 @@ -713,6 +713,8 @@ toc = int (pageinfo['tocPN']) pageinfo['textPages'] =int (toc) + logging.debug("documentViewer (getdocinfo) characterNormalization: %s"%characterNormalization) + if 'tocSize_%s'%tocMode in docinfo: tocSize = int(docinfo['tocSize_%s'%tocMode]) tocPageSize = int(pageinfo['tocPageSize'])