July 21, 2010
3:48 p.m.
Levente /Eliot I noticed that $A hex on squeak -> 41 and in pharo -> '16r41' I would like to have both consistent what do you think to have $A hex -> '16r41' $A printStringHex -> '41' like that this is consistent with the behavior on integer. Eliot I saw that to change the behavior on characters and I would like to know why. I thought that it was for debugging purpose. Stef