1.0

Changes 32-little bit Unicode codePoints to 16-little bit surrogate pairs for Java String literals.
It allows you get into String literals that contains unsupported C-design
Uxxxxxxxx escape sequences also it changes them to Java-accepted
surrogate pair escape sequences.
you are able to make use of the application without having setting up it at
http:,,mindprod.com,jgloss,Surrogatepair.html page
you are able to as well execute it like a standalone application,> java com.mindprod. Surrogatepair. Surrogatepair
or
java Surrogatepair.jar.