I am working on a two-way private chat that will work in a full screen game.
This is required to let the user to type into a semi-transparent textbox at the top ...
I am calling JNI method from Java app with couple of String arguments.
I am using env->GetStringChars(arg1, 0 ); to get that strings.
Problem is that I sometimes get some extra special ...
Of course you can use ASCII in JNI. That's the one charset that you won't ever run into problems with. So the problems you are having must be problems in your code and you will have to take responsibility for them. By the way, your question doesn't seem to be about JNLP and Web Start in any way, so I will ...