treat XMLCh properly using %typemaps_string
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@8213 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
3286d72bb7
commit
b60c5572ca
5 changed files with 126 additions and 35 deletions
10
SWIG/Examples/perl5/xmlstring/example.i
Normal file
10
SWIG/Examples/perl5/xmlstring/example.i
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
%module example
|
||||
|
||||
%include <xmlstring.i>
|
||||
|
||||
%{
|
||||
#include "example.h"
|
||||
%}
|
||||
|
||||
|
||||
%include example.h
|
||||
Loading…
Add table
Add a link
Reference in a new issue