string of hex numbers to ascii equivalent
843789Apr 20 2009 — edited Apr 20 2009I couldn't find a previous topic that helped me out with this specific problem.. please direct me to it if there is one.
I need to take an input of "0x21 0xA6 0xA6 0x86 0xC5 0xC4 0x86 0xC4 0x84 0xC4 0x84 0x86 0xC4 0x84 0x86 0x84 0x86 0xC4 0x84 0x86 0xC4 0x84 0xC4 0x84" and convert to the ascii equivalent. It is a string of hex numbers. I know I can use String.split(" "); but then I'm not too sure what to do with it after that.
Can anyone help me out?