# HG changeset patch # User abukhman # Date 1282641620 -7200 # Node ID 6d91fd1960329c9d59f2ca99bff1842d823e10f6 # Parent 6008ccfb0c9ea1e413f5d97cbba3ce760f704ac7 characterNormalization diff -r 6008ccfb0c9e -r 6d91fd196032 MpdlXmlTextServer.py --- a/MpdlXmlTextServer.py Tue Aug 24 11:17:45 2010 +0200 +++ b/MpdlXmlTextServer.py Tue Aug 24 11:20:20 2010 +0200 @@ -137,14 +137,14 @@ url = docinfo['url'] viewMode= pageinfo['viewMode'] tocMode = pageinfo['tocMode'] - characterNormalization = pageinfo ['characterNormalization'] + #characterNormalization = pageinfo ['characterNormalization'] tocPN = pageinfo['tocPN'] selfurl = self.absolute_url() if mode == "text_dict": textmode = "textPollux" else: textmode = mode - logging.debug("documentViewer (characterNormalization) characterNormalization: %s"%(characterNormalization)) + #logging.debug("documentViewer (characterNormalization) characterNormalization: %s"%(characterNormalization)) textParam = "document=%s&mode=%s&pn=%s"%(docpath,textmode,pn) if highlightQuery is not None: textParam +="&highlightQuery=%s&sn=%s"%(highlightQuery,sn)