I'm trying to convert a wstring from my cpp code to jstring.
I know there's a method named NewStringUTF to get jstring from std::string (after getting the const char* from that string of course).
is there a way I can do the same if the input is std::wstring without using iconv?