PyICU v1.9.3 Release Notes

    • added wrappers for uloc_addLikelySubtags(), uloc_minimizeSubtags() on Locale
    • fixed bug in some script.cpp wrappers not accepting surrogate pairs
    • added wrapper for UnicodeString.countChar32() and test
    • fixed crasher due to ICUException not incref'ing members during copy
    • added support for ICU 58.1 (conditionally removed layout engine wrapper)
    • fixed bug in StringCharacterIterator's dealloc freeing random memory
    • reworked Python <-> Unicode conversions for Python 3.3+ to use new APIs