changeset 146:0b9d10331f88

characterNormalization
author abukhman
date Thu, 19 Aug 2010 15:13:27 +0200
parents 13c15842615f
children e02da27cadc5
files MpdlXmlTextServer.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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)