Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/simonw/uniclean

Python utilities for filtering nasty characters in unicode strings.
https://github.com/simonw/uniclean

Last synced: 27 days ago
JSON representation

Python utilities for filtering nasty characters in unicode strings.

Awesome Lists containing this project

README

        

uniclean
========

Functions for filtering potentially harmful unicode characters.

Currently just has bidiclean, which ensures Unicode bidirectional characters
are correctly balanced, as explained by Cal Henderson here:

http://www.iamcal.com/understanding-bidirectional-text/