Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/simonw/uniclean
- Owner: simonw
- Created: 2010-03-12T14:20:15.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2010-03-12T14:20:39.000Z (over 14 years ago)
- Last Synced: 2024-10-06T20:57:32.998Z (about 1 month ago)
- Language: Python
- Homepage:
- Size: 171 KB
- Stars: 12
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
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/