From: Václav Slavík Date: Fri, 15 Mar 2002 23:29:09 +0000 (+0000) Subject: info about wxLocale changes X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/f35992b0f528e26b87f6e363adb111fe5f660d14?ds=sidebyside info about wxLocale changes git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14619 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/docs/changes.txt b/docs/changes.txt index 7b5e0d626a..bfa4564868 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -97,6 +97,8 @@ wxBase: - fixes to AM_PATH_WXCONFIG autoconf macro - added wxHashMap class that replaces type-unsafe wxHashTable and is modelled after STL hash_map +- wxLocale now works in Unicode mode +- wxLocale can now load message catalogs in arbitrary encoding Unix (Base/GUI):