summaryrefslogtreecommitdiff
path: root/textutils.py
diff options
context:
space:
mode:
authorSylvain Th?nault <sylvain.thenault@logilab.fr>2010-10-01 08:50:58 +0200
committerSylvain Th?nault <sylvain.thenault@logilab.fr>2010-10-01 08:50:58 +0200
commit7c7ee3fac839afba6e1af60b82280026bed21062 (patch)
tree6e97fcf4431119c9663e033718d35b4b66bb4d23 /textutils.py
parent6d79f7db918a5c9efb8e2cb579ade58b411f8d68 (diff)
downloadlogilab-common-7c7ee3fac839afba6e1af60b82280026bed21062.tar.gz
maniac cleanup
Diffstat (limited to 'textutils.py')
-rw-r--r--textutils.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/textutils.py b/textutils.py
index f0719e5..f83b05c 100644
--- a/textutils.py
+++ b/textutils.py
@@ -73,12 +73,12 @@ MANUAL_UNICODE_MAP = {
def unormalize(ustring, ignorenonascii=False):
"""replace diacritical characters with their corresponding ascii characters
-
+
Convert the unicode string to its long normalized form (unicode character
will be transform into several characters) and keep the first one only.
The normal form KD (NFKD) will apply the compatibility decomposition, i.e.
replace all compatibility characters with their equivalents.
-
+
:see: Another project about ASCII transliterations of Unicode text
http://pypi.python.org/pypi/Unidecode
"""