Hi everyone, I'm currently working on JNI and need some help regarding the storage of chinese characters.

Within Java, I have a String of chinese characters and this i send into C++, which accepts it as a jstring. I'll need to use this string as a char* format to input into other DLLs, and have tried many conversions but I just can't get back the chinese characters in char* form. Can anyone help me in this by giving a short example code please? Thanks alot!