wxWidgets/tests/strings
Václav Slavík c9f7896861 first phase of transition to unified Unicode build:
1. changed c_str() to return wxCStrData (implicitly convertible to wxChar*)
2. added template type-safe wrappers for vararg functions
3. added wxUniChar class representing single Unicode character
4. changed wxString::operator[] and wxString::iterator to return wxUniChar


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44865 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-03-17 10:26:10 +00:00
..
crt.cpp [ 1068188 ] Precompiled header for the test program [Modified a bit] 2004-11-22 05:00:19 +00:00
stdstrings.cpp first phase of transition to unified Unicode build: 2007-03-17 10:26:10 +00:00
strings.cpp first phase of transition to unified Unicode build: 2007-03-17 10:26:10 +00:00
tokenizer.cpp Fix for compiler error with gcc 3.3.5 and cppunit 1.10.0 and 2006-02-05 14:01:37 +00:00
unichar.cpp first phase of transition to unified Unicode build: 2007-03-17 10:26:10 +00:00
unicode.cpp allow creating wxString from char*, assigning to it from char* and comparing with char* values 2007-02-20 20:05:43 +00:00
vararg.cpp first phase of transition to unified Unicode build: 2007-03-17 10:26:10 +00:00
vsnprintf.cpp compilation fix 2007-02-20 11:12:04 +00:00