Metadata-Version: 1.1
Name: smartencoding
Version: 0.2a
Summary: Python smart encoding (smart_unicode and other functions)
Home-page: http://github.com/adw0rd/smartencoding
Author: Mikhail Andreev
Author-email: x11org@gmail.com
License: BSD
Description: smartencoding
        ===============
        
        These functions are copied from the source code of Django 1.5b2.
        And provides smart convertation into utf8 and other encodings.
        
        
        How to use::
        
            from smartencoding import smart_unicode, smart_unicode_with_replace
            print smart_unicode(some_string)
            print smart_unicode_with_replace(broken_string)
        
        
Keywords: smart_unicode,smart_text,smart_encode,smart,encoding,unicode
Platform: UNKNOWN
Classifier: Environment :: Web Environment
Classifier: Programming Language :: Python
Classifier: License :: OSI Approved :: BSD License
Classifier: Topic :: Software Development :: Libraries :: Python Modules
