iNTERFACEWARE Products Manual > Installing and Using Chameleon > Using Python Scripting > Chameleon Python API > Unicode Character Functions |
|
Looking for Iguana v.5 or v.6? Learn More or see the Help Center.
Your Python scripts can import the unicodedata module, which enables them to interact with Unicode characters. To use the functions defined in this module, your script must first import the module:
The following table lists some of the functions that are defined in the unicodedata module:
For a complete list of the functions supported in the unicodedata module, see the Python unicodedata module documentation. |