[Answer]-Python – Django remove unsafe character from string

1👍

I eventually found the best solution to my problem.
http://chase-seibert.github.io/blog/2011/05/20/stripping-control-characters-in-python.html

It allows to have a much more generic and elegant solution.

Leave a comment