ztfy/utils/unicode.py
changeset 8 455b16a502c4
parent 2 20f3c0eb8fdf
child 11 89da289790ea
--- a/ztfy/utils/unicode.py	Thu Aug 13 00:23:45 2009 +0200
+++ b/ztfy/utils/unicode.py	Thu Aug 13 17:14:09 2009 +0200
@@ -15,8 +15,8 @@
 
 
 # import standard packages
+import codecs
 import string
-import codecs
 
 # import Zope3 interfaces
 
@@ -83,7 +83,7 @@
 
 
 def translateString(s, escapeSlashes=False, forceLower=True) :
-    """Remove extended characters from string
+    """Remove extended characters from string and replace them with 'basic' ones
     
     @param s: text to be cleaned.
     @type s: str or unicode