From: Vadim Zeitlin <vadim@wxwidgets.org> Date: Wed, 12 Apr 2006 16:22:14 +0000 (+0000) Subject: mention UTF-16/32 fixes X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/43563ef2dde83b94a798be1788adcd256897c8bd mention UTF-16/32 fixes git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38686 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/docs/changes.txt b/docs/changes.txt index 5c760e6de0..f21436a893 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -28,6 +28,7 @@ Deprecated methods since 2.6.x and their replacements All: - wx(F)File, wxTextFile and wxInputStreams recognize Unicode BOM now +- Many fixes for UTF-16/32 handling in Unicode builds - wxLaunchDefaultBrowser() now supports wxBROWSER_NEW_WINDOW flag. - Added wxStandardPaths::GetResourcesDir() and GetLocalizedResourcesDir() - Added wxStringTokenizer::GetLastDelimiter(); improved documentation.