unicode « websphere « Java Enterprise Q&A





1. How does WTX (websphere transformation extender) know whether the character is ASCII or UNICODE?    stackoverflow.com

ASCII is 8-bit value. Unicode may be 8 or 16 or 32 bit value. If I define subclass as character how does WTX know whether it is 8 or 16 bit ...

2. View text with the format of your choice?    stackoverflow.com

I want to view a String (Java, copied out of Eclipse under Debug) with different encoding formats. What is a good program with which to view them. Or will ...