wxWidgets/tests/strings
2007-06-13 15:31:09 +00:00
..
crt.cpp overload wxStrpbrk() for more types and add tests for it 2007-06-13 15:31:09 +00:00
stdstrings.cpp added conversion to and from std::string and std::wstring (if wxUSE_STD_STRING) 2007-04-17 15:32:05 +00:00
strings.cpp Unicode compilation fix: wxStrlocale() doesn't take wide strings 2007-06-13 14:19:24 +00:00
tokenizer.cpp
unichar.cpp first phase of transition to unified Unicode build: 2007-03-17 10:26:10 +00:00
unicode.cpp fixed non-const wxString iterators to work when a character is changed to another with different UTF-8 sequence length 2007-05-15 13:16:01 +00:00
vararg.cpp fixed wxScanf() etc. to compile with Visual C++ again 2007-06-06 13:48:24 +00:00
vsnprintf.cpp