Sorry I can not find the implement of NewString function in 'jbinding-cpp/UnicodeHelper.h' (I have searched the whole project code).
Below is the code.
jstring toNewString(JNIEnv * env) {
return env->NewString((const jchar *)*this, _unicodeLength);
}
Thanks for you reply.
@borisbrodski Would you please help?