Boost.Locale
Changelog
  • 1.60.0
    • Implemented generic codecvt facet and add general purpose utf8_codecvt facet
    • Added posix locale support for FreeBSD 10.0 and above
    • Fixed issues 10017 (sun redefinition on SunOS), 11163 (set_default_messages_domain incorrect behavior), 11673 - build issues
    • Some warning cleanup
    • Fixed tests for latest ICU versions
    • Added workaround for libc++ issues
    • Added new defines BOOST_LOCALE_ENABLE_CHAR16_T and BOOST_LOCALE_ENABLE_CHAR32_T to enable C++11 char16_t and char32_t instead of deprecated ones
  • 1.53.0 - Bug fixes: 7743, 7386, 7734, 7701, 7368, 7762:
    • 7743 - security related bug fix, some invalid UTF-8 sequences where accepted as valid
    • 7386 - invalid Windows codepage names used
    • 7734 - fixed missing documentation, caused by a error in Doxygen formatting
    • 7701 - fixed missing std:: in some places
    • 7368, 7762 - Spelling, grammar, typos
  • 1.49.0
    • Fixed incorrect use of MultiByteToWideChar in detection of invalid input sequences
  • 1.48.0 - First Release