]> git.saurik.com Git - wxWidgets.git/commitdiff
unified default values for conv arguments
authorVáclav Slavík <vslavik@fastmail.fm>
Wed, 26 Feb 2003 23:10:36 +0000 (23:10 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Wed, 26 Feb 2003 23:10:36 +0000 (23:10 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@19350 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/changes.txt

index eb953092e0b49a009d14ee5f7745edecedd2e477..aa04782a0e4803a485060a566b48b5cbf293fc1d 100644 (file)
@@ -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: