unisc

Unicode Script property


Keywords
property, script, script_extensions, text, unicode
License
MIT
Install
pip install unisc==0.1

Documentation

unisc

The unisc package is a Unicode Script property library for Python.

Features

The library provides:

  • Functions to get the Script / Script_Extensions property values of each Unicode character.

References

Related Projects

  • The uniscripts library is designed for the same purpose of this library, which is maintained by Leonardo Boiko.
  • PyICU by Andi Vajda is the Python library that wraps the International Components for Unicode library (ICU).