This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/python | |
# vim:ts=4:sts=4:sw=4:et:wrap:ai:fileencoding=utf-8: | |
"""A collection of string normalization routines. | |
You are probably looking for normalize_string, that does an aggressive (but | |
arguably sound) string normalization process. | |
""" | |