From: Václav Slavík Date: Wed, 26 Feb 2003 23:10:36 +0000 (+0000) Subject: unified default values for conv arguments X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/9ef896e1529dc93ea96e4f66ee6a0c09dd328b44 unified default values for conv arguments git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@19350 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/docs/changes.txt b/docs/changes.txt index eb953092e0..aa04782a0e 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -19,6 +19,8 @@ All: - wxStopWatch::Start() resumes the stop watch if paused, as per the docs - added wxDirTraverser::OnOpenError() to customize the error handling - added wxArray::SetCount() +- wxFile, wxFFile, wxTextFile and wxTempFile now all use UTF-8 encoding + by default in Unicode mode wxBase: