Remove all lines containing cvs/svn "$Id$" keyword.
[wxWidgets.git] / tests / strings / unicode.cpp
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2011-04-30  Dimitri SchoolwerthNo code changes, fixed some typos.
2010-05-23  Vadim ZeitlinRemove non-working or semi-working tests added from...
2010-05-16  Francesco Montorsimove TestUtf8() and TestEncodingConverter() functions...
2009-09-26  Vadim ZeitlinFix another off-by-1 bug in wxMBConv::ToWChar().
2009-09-26  Vadim ZeitlinNo changes, just convert file to UTF-8.
2009-07-23  Vadim ZeitlinGlobally replace _T() with wxT().
2009-04-03  Vadim Zeitlinfix the test case which wrongly relied on wxString...
2008-11-19  Vadim Zeitlinminor icc warning fixes
2008-11-03  Vadim Zeitlinreally fix VC6 compilation of all testsi (without break...
2008-07-19  Vadim Zeitlinfix bug with wxCSConv("ASCII")
2008-07-18  Vadim Zeitlinget rid of special WX_ASSERT_FOO_EQUAL macros by defini...
2008-07-17  Vadim Zeitlinmake test failures easier to debug by using more inform...
2008-07-17  Vadim Zeitlindon't run the tests which can't succeed in ANSI build...
2008-07-15  Vadim Zeitlinuse CPPUNIT_ASSERT_EQUAL(x,y) instead of CPPUNIT_ASSERT...
2008-01-02  Michael WetherellMissing header.
2007-06-28  Václav Slavíkuse same names for test suites as the ones in ./test -l
2007-05-15  Václav Slavíkfixed non-const wxString iterators to work when a chara...
2007-02-20  Václav Slavíkallow creating wxString from char*, assigning to it...
2007-01-19  Vadim Zeitlindisabled wxMBConv(wxFONTENCODING_UTF7) test -- it doesn...
2007-01-18  Vadim Zeitlinadded wxCSConv::IsOk() (patch 1637944)
2006-08-28  Michael WetherellCompile fix.
2006-05-06  Vadim Zeitlinadded ConversionEmpty() test
2006-04-05  Vadim Zeitlinname the test just Unicode instead of UnicodeTestCase
2006-04-02  Vadim ZeitlinApple gcc compilation fixes: for it size_t and unsigned...
2006-04-02  Vadim Zeitlinproperly terminate UTF-32 test string
2006-04-02  Vadim Zeitlinadded UTF-32 test
2006-04-02  Vadim Zeitlinadded test UTF-16 string with embedded NUL NUL which...
2006-04-02  Vadim Zeitlinadded test UTF-16 string with embedded NUL NUL not...
2006-04-01  Vadim Zeitlinlet the UTF7 test fail but not crash
2006-04-01  Vadim Zeitlinmade DoTestConversion() work with strings containing...
2006-03-31  Vadim Zeitlinadded UTF16 test
2006-03-31  Vadim Zeitlintest predefined wxConvUTF[78] too
2006-03-31  Vadim Zeitlinthe expected test result was wrong, corrected; also...
2006-03-31  Vadim Zeitlinenable tests using \u escapes for VC7; replaced compile...
2006-03-31  Vadim Zeitlinmoved wide char conversion tests to their own file
2006-03-31  Vadim Zeitlinremoved wxTextFile test case, what was it doing here?
2004-11-22  Ryan Norton[ 1068188 ] Precompiled header for the test program...
2004-04-30  Václav Slavíkmoved Unicode tests to testsuite (patch 943945)