PyICU v1.4 Release Notes

    • added wrapper for MessageFormat::format(argumentNames, arguments, ...)
    • fixed bug in t_transliterator_filteredTransliterate passing UBool for int
    • added wrapper for DateFormat::format(Calendar)
    • added wrapper for Calendar::set(UCalendarDateFields field, value)
    • added wrappers for UnicodeString::toTitle() w/o iterator (Fredrik Roubert)
    • added support for ICU 50.1
    • improved test_Collator's testGetSortKey() (Markus Scherer)
    • added pypi classifiers to PyICU project info, including Python 3 tag
    • build tested with Python 2.7 and Python 3.3.0