Added 32-bit (UCS-4) wxUString class
authorRobert Roebling <robert@roebling.de>
Tue, 29 Jul 2008 11:01:16 +0000 (11:01 +0000)
committerRobert Roebling <robert@roebling.de>
Tue, 29 Jul 2008 11:01:16 +0000 (11:01 +0000)
commit9a6d14383a57771a334f6d0b6376dd47bf24049d
treeb9ab020f7aa07433abe09b73489cda6f4908ef06
parentdfbe9d4f59b77cd5e7b99d6423988751b7b5549c
Added 32-bit (UCS-4) wxUString class

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54802 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
build/bakefiles/files.bkl
include/wx/chartype.h
include/wx/defs.h
include/wx/ustring.h [new file with mode: 0644]
interface/wx/string.h
interface/wx/ustring.h [new file with mode: 0644]
src/common/ustring.cpp [new file with mode: 0644]
src/common/wxcrt.cpp