Originally Posted By: jcl
For UTF-8 you need to replace 2-, 3-, and 4-byte strings,


how do i do that?? replace 2- byte?

this is image of the scenario:
PICTURE SKYDRIVE


if there was a gs function like this..

# byte[] passwordBytes = (byte[]) someJNDImethod();
# String password = new String(passwordBytes, "UTF-8");


Last edited by MMike; 04/08/09 15:59.