L
Lcubed
I would like to allow the user to enter a numerical code, that I
change into hex and concatenate it to \x to print out that character.
Something like this
String str = "\x" + hexstr;
But if I do the above, then I get an "Unrecognized escape sequence"
error.
Anyone know how to accomplish this?
Thanks!
change into hex and concatenate it to \x to print out that character.
Something like this
String str = "\x" + hexstr;
But if I do the above, then I get an "Unrecognized escape sequence"
error.
Anyone know how to accomplish this?
Thanks!