# HG changeset patch # User abukhman # Date 1282223607 -7200 # Node ID 0b9d10331f88d3b0b8b2dca5b002c9fc33a229cf # Parent 13c15842615f14a6e1efdcff5ff74aa3c7e5a2e1 characterNormalization diff -r 13c15842615f -r 0b9d10331f88 MpdlXmlTextServer.py --- a/MpdlXmlTextServer.py Thu Aug 19 14:02:55 2010 +0200 +++ b/MpdlXmlTextServer.py Thu Aug 19 15:13:27 2010 +0200 @@ -144,7 +144,7 @@ textmode = "textPollux" else: textmode = mode - + 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)