Marcus Denker wrote: >> > No, the _ used to be rendered as a left-arrow. This comes from a time far, > far away when there where less standards...build-your-own keyboad times. > It was a left-over from Smalltalk 72 which had lots of graphical characters > as part of the language.
Smalltalk-80 used a blend of ASCII-1963 and ASCII-1967. In ASCII-1963, character code 16r5E was actually an up-arrow, and 16r5F was actually a left arrow. In ASCII-1967 those codes are caret and underscore. Regards, -Martin _______________________________________________ Pharo-project mailing list [email protected] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
