]> git.saurik.com Git - wxWidgets.git/history - src/common/stringimpl.cpp
use UTF8-encoded char* strings in UTF8 build instead of wchar_t* if the current local...
[wxWidgets.git] / src / common / stringimpl.cpp
2007-04-26  Václav Slavíkuse UTF8-encoded char* strings in UTF8 build instead...
2007-04-24  Václav Slavíkcorrected (Do)GetWriteBuf() return types to use more...
2007-04-12  Václav Slavíkinitial version of UTF-8 strings representation (still...
2007-04-09  Vadim Zeitlindon't overwrite the buffer if extending it failed
2007-04-05  Vadim Zeitlinadded overloads taking pairs of const char/wchar_t...
2007-03-28  Václav Slavíksplit string.{h,cpp} into {string,stringimpl,arrstr...