I would like eclipse to allow to print and save a unicode code instead of the character (For use in another program after).
String string = "\u2588";
I want the output to be \u2588 not the block character.
First time posting so sorry for anything done wrong :(.