Replaced wcslen with wxWcslen
[wxWidgets.git] / src / common / strconv.cpp
2002-09-11  Julian SmartReplaced wcslen with wxWcslen
2002-09-04  Václav Slavíkcompilation fix for wxUSE_WCHAR_T=0
2002-08-30  Julian SmartMods for Wine compilation
2002-08-25  Vadim ZeitlinWindows compilation fixes after recent changes
2002-08-25  Vadim Zeitlinno real changes
2002-08-19  Václav Slavíkreverted Robert's preference for tables-driven EC_CharSet
2002-08-19  Robert Roebling Lots more Unicode fixes.
2002-08-18  Václav Slavíkdon't crash if used in iconv-like fashion
2002-08-17  Robert Roebling iconv() really never set the trailing 0.
2002-08-17  Robert Roebling iconv() doesn't set the trailing zero
2002-08-13  Václav Slavíkreverted previous checkin
2002-08-13  Robert Roebling This way strconv copmiles again. I don't think
2002-08-11  Robert Roebling Killing more wxConvLibc calls...
2002-08-11  Robert Roebling Added wxString::FromAscii() wxString::ToAscii().
2002-08-10  Robert Roebling Fix for Unicode conversion.
2002-08-08  Robert Roebling Hopefully corrected conversion buffer size.
2002-05-07  Gilles Depeyrotimplemented explicit copy constructor and assignement...
2002-04-06  Václav Slavíkadded wxFontMapper::Get/Set
2002-04-05  David Websterneed wxUSE_WCHAR_T around wxConvLocal
2002-04-04  Julian SmartAdded wxTB_NODIVIDER and wxTB_NOALIGN so native Windows...
2002-02-07  Kendall BennettMerges from Scitech Branch (George Davison):
2002-02-04  Vadim Zeitlinfixed for compilation without wxUSE_WCHAR_T and minor...
2002-01-26  Vadim Zeitlinfixed crash in wxGetCharacterSet when not using iconv
2002-01-25  Vadim Zeitlinfixes to handling of the 7 bit ASCII encoding
2002-01-24  Václav Slavíkiconv-based conversion works again, after being broken...
2002-01-22  Václav Slavíkuse AM_ICONV for iconv configure checks
2002-01-19  Václav Slavíkdon't crash if we can't detect g_wcCharset
2002-01-19  Vadim Zeitlinfixed crash in iconv_close() as well
2002-01-19  Vadim Zeitlinfixed crash in iconv_open() and cleaned up the code...
2001-12-10  Vadim ZeitlinwxBase compilation fix
2001-12-09  Vadim Zeitlinadded wxEncodingToCodepage() and implemented it properl...
2001-10-23  Vadim Zeitlinapplied patch 473558: fixes for CW compilation under MSW
2001-09-28  Ron LeeMore build system polishing.. mostly. Some stuff...
2001-08-19  Václav Slavíknicer version compilation fix for wxUSE_WCHAR_T=0 ...
2001-08-19  Stefan NeisFix for wxUSE_WCHAR_T == 0
2001-08-01  Václav Slavíkhopefully fixed bytesex issues in strconv
2001-07-02  Vadim Zeitlinfix (?) for error in wxCSConv::LoadNow()
2001-06-29  Julian SmartFirst pass at adding MicroWindows support
2001-06-26  Vadim Zeitlinfirst pass of wxUniv merge - nothing works, most parts...
2001-06-12  Václav Slavíkfixed another bug in strconv
2001-06-11  Václav Slavíkfixed infinite loop when looking up nonexistent encodin...
2001-06-11  Vadim Zeitlinanother attempt to fix strconv.cpp compilation
2001-06-11  Julian SmartProject file updates; cast in strconv.cpp to compile...
2001-06-10  Vadim Zeitlinanother compilation fix
2001-06-10  Vadim Zeitlincompilation fix for SIZEOF_WCHAR_T being undefined
2001-06-09  Vadim Zeitlinadd #error for platforms with weird sizeof(wchar_t)
2001-06-02  Václav Slavíkfixed new charset detection code (langinfo.h not includ...
2001-06-01  Vadim Zeitlinfix for last commit
2001-05-31  Vadim Zeitlinadded wxLocale::GetSystemEncoding
2001-05-15  Václav Slavíkapplied patch #424066
2001-05-11  Václav Slavíksome more src code reformatting
2001-05-10  Václav Slavíksupressed error messages when wxCSConv cannot find...
2001-05-08  Václav Slavíkadded wxLogError to wxCSConv so that it complains if...
2001-04-24  Václav Slavíkadded check for iconv() version; fixed strconv.cpp...
2001-04-22  Robert Roebling My iconv (GLIBC 2.2) uses char** as the second
2001-03-29  Ove Kaavenwchar_t byte-swapping is not necessary if __STDC_ISO_10...
2000-10-07  Vadim Zeitlin1. a couple of compilation warnings fixed (strconv...
2000-07-24  Ove KaavenTry to include windows.h.
2000-07-24  Guillermo Rodrigue... Fixed broken compilation due to Ove's last nice changes :-(
2000-07-19  Ove KaavenAn attempt at make the wxCSConv class useful. Uses...
2000-07-15  Bryan Pettymerged 2.2 branch
2000-03-15  Julian SmartSome C++Builder fixes
2000-02-11  Julian SmartSome BC++ 5.4 fixes
1999-10-08  Karsten Ballüderreplaced T() makro with wxT() due to namespace probs...
1999-10-04  Vadim Zeitlinmany changes; major ones:
1999-08-08  Robert Roebling Added strconv