]> git.saurik.com Git - wxWidgets.git/commit
Unicode support for wxString (wxchar.cpp won't compile without it, so I
authorOve Kaaven <ovek@arcticnet.no>
Mon, 12 Apr 1999 21:14:46 +0000 (21:14 +0000)
committerOve Kaaven <ovek@arcticnet.no>
Mon, 12 Apr 1999 21:14:46 +0000 (21:14 +0000)
commit2bb67b808b1c375b8ebea4688d44bcbe2d4976d3
treed5fb8b80f676394ea719916a7f8d96efd4eef432
parentf3dbd876fc5829bc8a9af0c59235470eb472cc23
Unicode support for wxString (wxchar.cpp won't compile without it, so I
figured I couldn't hold it back anyway).
Added many macros. Changed most char to wxChar, and literals wrapped in _T().
Added conversion classes. Added new constructors to wxString, and mb_str(),
wc_str(), and fn_str() (the last is mb_str() on Unix and c_str() on Windows,
since Windows takes file names in Unicode (I think), while Unix doesn't).
Rewrote wxString::Printf().

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2109 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/string.h
src/common/string.cpp