Will Java 1.1 applets work?
Hi,
I will be receiving chinese input from a browser window. This chinese input is then passed to an applet using Javascript-Java communication. Will a Java 1.1 applet be able to convert this Chinese input into unicode?
If not - can I leave the string as it is and pass it (via applet-servlet communiction) to the server running Java 1.3.1 and convert it to unicode there?
or do I need a Java 1.3.1 enabled browser (using the Java plugin)?
Thanks!
regards,
Carlos

