don't use 8 bit characters in sources to avoid warnings in non-latin1 locales (patch 1841741)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@50711 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2007-12-15 02:57:58 +00:00
parent bffe71ce01
commit 35227fd226
12 changed files with 25 additions and 25 deletions

View File

@@ -2,11 +2,11 @@
// Name: confbase.h // Name: confbase.h
// Purpose: declaration of the base class of all config implementations // Purpose: declaration of the base class of all config implementations
// (see also: fileconf.h and msw/regconf.h and iniconf.h) // (see also: fileconf.h and msw/regconf.h and iniconf.h)
// Author: Karsten Ball<EFBFBD>der & Vadim Zeitlin // Author: Karsten Ballueder & Vadim Zeitlin
// Modified by: // Modified by:
// Created: 07.04.98 (adapted from appconf.h) // Created: 07.04.98 (adapted from appconf.h)
// RCS-ID: $Id$ // RCS-ID: $Id$
// Copyright: (c) 1997 Karsten Ball<EFBFBD>der Ballueder@usa.net // Copyright: (c) 1997 Karsten Ballueder Ballueder@usa.net
// Vadim Zeitlin <zeitlin@dptmaths.ens-cachan.fr> // Vadim Zeitlin <zeitlin@dptmaths.ens-cachan.fr>
// Licence: wxWindows licence // Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////////////////

View File

@@ -5,7 +5,7 @@
// Modified by: // Modified by:
// Created: 07.04.98 (adapted from appconf.cpp) // Created: 07.04.98 (adapted from appconf.cpp)
// RCS-ID: $Id$ // RCS-ID: $Id$
// Copyright: (c) 1997 Karsten Ball<EFBFBD>der & Vadim Zeitlin // Copyright: (c) 1997 Karsten Ballueder & Vadim Zeitlin
// Ballueder@usa.net <zeitlin@dptmaths.ens-cachan.fr> // Ballueder@usa.net <zeitlin@dptmaths.ens-cachan.fr>
// Licence: wxWindows licence // Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////////////////

View File

@@ -1,7 +1,7 @@
/*-*- c++ -*-******************************************************** /*-*- c++ -*-********************************************************
* helpext.h - an external help controller for wxWidgets * * helpext.h - an external help controller for wxWidgets *
* * * *
* (C) 1998 by Karsten Ball<EFBFBD>der (Ballueder@usa.net) * * (C) 1998 by Karsten Ballueder (Ballueder@usa.net) *
* License: wxWindows licence * * License: wxWindows licence *
* * * *
* $Id$ * $Id$

View File

@@ -1,11 +1,11 @@
//////////////////////////////////////////////////// ////////////////////////////////////////////////////
// Name: progdlgg.h // Name: progdlgg.h
// Purpose: wxProgressDialog class // Purpose: wxProgressDialog class
// Author: Karsten Ball<EFBFBD>der // Author: Karsten Ballueder
// Modified by: // Modified by:
// Created: 09.05.1999 // Created: 09.05.1999
// RCS-ID: $Id$ // RCS-ID: $Id$
// Copyright: (c) Karsten Ball<EFBFBD>der // Copyright: (c) Karsten Ballueder
// Licence: wxWindows licence // Licence: wxWindows licence
//////////////////////////////////////////////////// ////////////////////////////////////////////////////

View File

@@ -1,11 +1,11 @@
/////////////////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////////////////
// Name: wx/regex.h // Name: wx/regex.h
// Purpose: regular expression matching // Purpose: regular expression matching
// Author: Karsten Ball<EFBFBD>der // Author: Karsten Ballueder
// Modified by: VZ at 13.07.01 (integrated to wxWin) // Modified by: VZ at 13.07.01 (integrated to wxWin)
// Created: 05.02.2000 // Created: 05.02.2000
// RCS-ID: $Id$ // RCS-ID: $Id$
// Copyright: (c) 2000 Karsten Ball<EFBFBD>der <ballueder@gmx.net> // Copyright: (c) 2000 Karsten Ballueder <ballueder@gmx.net>
// Licence: wxWindows licence // Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////////////////

View File

@@ -5,7 +5,7 @@
// Modified by: // Modified by:
// Created: 07.04.98 // Created: 07.04.98
// RCS-ID: $Id$ // RCS-ID: $Id$
// Copyright: (c) 1997 Karsten Ball<EFBFBD>der Ballueder@usa.net // Copyright: (c) 1997 Karsten Ballueder Ballueder@usa.net
// Vadim Zeitlin <zeitlin@dptmaths.ens-cachan.fr> // Vadim Zeitlin <zeitlin@dptmaths.ens-cachan.fr>
// Licence: wxWindows licence // Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////////////////

View File

@@ -5,7 +5,7 @@
// Modified by: // Modified by:
// Created: 07.04.98 (adapted from appconf.cpp) // Created: 07.04.98 (adapted from appconf.cpp)
// RCS-ID: $Id$ // RCS-ID: $Id$
// Copyright: (c) 1997 Karsten Ball<EFBFBD>der & Vadim Zeitlin // Copyright: (c) 1997 Karsten Ballueder & Vadim Zeitlin
// Ballueder@usa.net <zeitlin@dptmaths.ens-cachan.fr> // Ballueder@usa.net <zeitlin@dptmaths.ens-cachan.fr>
// Licence: wxWindows licence // Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////////////////

View File

@@ -1,11 +1,11 @@
/////////////////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////////////////
// Name: src/common/regex.cpp // Name: src/common/regex.cpp
// Purpose: regular expression matching // Purpose: regular expression matching
// Author: Karsten Ball<EFBFBD>der and Vadim Zeitlin // Author: Karsten Ballueder and Vadim Zeitlin
// Modified by: // Modified by:
// Created: 13.07.01 // Created: 13.07.01
// RCS-ID: $Id$ // RCS-ID: $Id$
// Copyright: (c) 2000 Karsten Ball<EFBFBD>der <ballueder@gmx.net> // Copyright: (c) 2000 Karsten Ballueder <ballueder@gmx.net>
// 2001 Vadim Zeitlin <vadim@wxwindows.org> // 2001 Vadim Zeitlin <vadim@wxwindows.org>
// Licence: wxWindows licence // Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////////////////

View File

@@ -1589,9 +1589,9 @@ wxString& wxString::MakeLower()
// --------------------------------------------------------------------------- // ---------------------------------------------------------------------------
// some compilers (VC++ 6.0 not to name them) return true for a call to // some compilers (VC++ 6.0 not to name them) return true for a call to
// isspace('<EFBFBD>') in the C locale which seems to be broken to me, but we have to // isspace('\xEA') in the C locale which seems to be broken to me, but we have
// live with this by checking that the character is a 7 bit one - even if this // to live with this by checking that the character is a 7 bit one - even if
// may fail to detect some spaces (I don't know if Unicode doesn't have // this may fail to detect some spaces (I don't know if Unicode doesn't have
// space-like symbols somewhere except in the first 128 chars), it is arguably // space-like symbols somewhere except in the first 128 chars), it is arguably
// still better than trimming away accented letters // still better than trimming away accented letters
inline int wxSafeIsspace(wxChar ch) { return (ch < 127) && wxIsspace(ch); } inline int wxSafeIsspace(wxChar ch) { return (ch < 127) && wxIsspace(ch); }

View File

@@ -2123,13 +2123,13 @@ void wxPostScriptDC::DoGetTextExtent(const wxString& string,
/ these values from AFM files, too. Maybe later ... */ / these values from AFM files, too. Maybe later ... */
// NB: casts to int are needed to suppress gcc 3.3 warnings // NB: casts to int are needed to suppress gcc 3.3 warnings
lastWidths[196] = lastWidths[(int)'A']; // <EFBFBD> lastWidths[196] = lastWidths[(int)'A']; // U+00C4 A Umlaute
lastWidths[228] = lastWidths[(int)'a']; // <EFBFBD> lastWidths[228] = lastWidths[(int)'a']; // U+00E4 a Umlaute
lastWidths[214] = lastWidths[(int)'O']; // <EFBFBD> lastWidths[214] = lastWidths[(int)'O']; // U+00D6 O Umlaute
lastWidths[246] = lastWidths[(int)'o']; // <EFBFBD> lastWidths[246] = lastWidths[(int)'o']; // U+00F6 o Umlaute
lastWidths[220] = lastWidths[(int)'U']; // <EFBFBD> lastWidths[220] = lastWidths[(int)'U']; // U+00DC U Umlaute
lastWidths[252] = lastWidths[(int)'u']; // <EFBFBD> lastWidths[252] = lastWidths[(int)'u']; // U+00FC u Umlaute
lastWidths[223] = lastWidths[(int)251]; // <EFBFBD> lastWidths[223] = lastWidths[(int)251]; // U+00DF eszett (scharfes s)
/* JC: calculate UnderlineThickness/UnderlinePosition */ /* JC: calculate UnderlineThickness/UnderlinePosition */

View File

@@ -1,11 +1,11 @@
///////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////
// Name: src/generic/progdlgg.cpp // Name: src/generic/progdlgg.cpp
// Purpose: wxProgressDialog class // Purpose: wxProgressDialog class
// Author: Karsten Ball<EFBFBD>der // Author: Karsten Ballueder
// Modified by: // Modified by:
// Created: 09.05.1999 // Created: 09.05.1999
// RCS-ID: $Id$ // RCS-ID: $Id$
// Copyright: (c) Karsten Ball<EFBFBD>der // Copyright: (c) Karsten Ballueder
// Licence: wxWindows licence // Licence: wxWindows licence
///////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////

View File

@@ -279,7 +279,7 @@ wxEND_HANDLERS_TABLE()
wxCONSTRUCTOR_5( wxListCtrl , wxWindow* , Parent , wxWindowID , Id , wxPoint , Position , wxSize , Size , long , WindowStyle ) wxCONSTRUCTOR_5( wxListCtrl , wxWindow* , Parent , wxWindowID , Id , wxPoint , Position , wxSize , Size , long , WindowStyle )
/* /*
TODO : Expose more information of a list's layout etc. via appropriate objects (<EFBFBD> la NotebookPageInfo) TODO : Expose more information of a list's layout etc. via appropriate objects (a la NotebookPageInfo)
*/ */
#else #else
IMPLEMENT_DYNAMIC_CLASS(wxListCtrl, wxControl) IMPLEMENT_DYNAMIC_CLASS(wxListCtrl, wxControl)