I'am facing a wierd problem. read on...
When I try to run the following code
I get different result with default encoding on both Unix and NT.
Can any one shed some light on this?
by the way I am restricted to use only
Java 1.2.2
I know JDK1.3 and beyond JDK come with character encodings including UTF-16 etc..
My question is ...
why I see diff characters from getBytes() method for special characters in between 0-255?
Thanks
s:vaPrasad
Here is the code :
[ June 27, 2002: Message edited by: Siva Prasad ]