when using non-ascii code points  like here 

std::string test() 
{
    return u8"test ö ä ü € ende";
}

std::wstring wtest()
{

}

EMSCRIPTEN_BINDINGS(my_module) {
    function("test", &test);
    function("wtest", &wtest);
}


-- 
You received this message because you are subscribed to the Google Groups 
"emscripten-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to