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:
Marcelo Matus 2006-01-04 20:40:47 +00:00
commit 4c7f4ea9f7
3 changed files with 19 additions and 2 deletions

View file

@ -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,