wxArt2D
xmlencode.h
Go to the documentation of this file.
1 /*! \file wx/xmlparse/xmlencode.h
2  \brief functions for encoding characters in xml
3  \author Michael Sögtrop
4 
5  Copyright: 2001-2004 (C) Michael Sögtrop
6 
7  Licence: wxWidgets licence
8 
9  RCS-ID: $Id: xmlencode.h,v 1.7 2008/03/31 19:18:16 titato Exp $
10 */
11 
12 #ifndef _WX_XMLENCODE_H_
13 #define _WX_XMLENCODE_H_
14 
15 
16 // Converts an Expat-produced UTF-8 encoded wxString in either an Unicode string
17 // or in non-Unicode environments into a wxConvLocal encoded string.
18 
19 #if wxUSE_UNICODE
20 A2DGENERALDLLEXP wxString XmlDecodeStringToString(
21  const char* s,
22  size_t len = wxString::npos
23 );
24 #else
25 A2DGENERALDLLEXP wxString XmlDecodeStringToString(
26  const char* s,
27  size_t len = wxString::npos
28 );
29 #endif // wxUSE_UNICODE
30 
31 #endif
xmlencode.h Source File -- Sun Oct 12 2014 17:04:26 -- Sun Oct 12 2014 -- 1.8.5 -- wxArt2D -- . -- Main Page Reference Documentation