All std::string variables are now supposed to be UTF-8 encoded. We now embed the std::string typemaps in order to do this. #2282

This commit is contained in:
Alessandro Ranellucci
2014-11-22 22:20:28 +01:00
parent 989ec5cf4d
commit 6010297465
3 changed files with 150 additions and 9 deletions

View File

@@ -44,7 +44,7 @@ my $build = Module::Build::WithXSpp->new(
# Provides extra C typemaps that are auto-merged
extra_typemap_modules => {
'ExtUtils::Typemaps::Default' => '1.03',
'ExtUtils::Typemaps::Basic' => '1.05',
},
# for MSVC builds