add runme.pl file and missing %init
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@8215 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
c8d5ba81eb
commit
4c7f4ea9f7
3 changed files with 19 additions and 2 deletions
|
|
@ -93,6 +93,12 @@ SWIG_FromXMLChPtrAndSize(const XMLCh* input, size_t size)
|
|||
}
|
||||
}
|
||||
|
||||
%init {
|
||||
if (!SWIG_UTF8Transcoder()) {
|
||||
croak("ERROR: XML::Xerces: INIT: Could not create UTF-8 transcoder");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
%include <typemaps/strings.swg>
|
||||
%typemaps_string(XMLCh, XMLCh,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue