Nicolas Cellier uploaded a new version of Compiler to project The Trunk:
http://source.squeak.org/trunk/Compiler-nice.95.mcz==================== Summary ====================
Name: Compiler-nice.95
Author: nice
Time: 27 October 2009, 2:58:34 am
UUID: 33175bf0-fc6b-7f4f-ba04-3433f42610f9
Ancestors: Compiler-nice.94
Be verbose in case of illegal character
This might be usefull if the character is not not visible, or not displayable by current font.
=============== Diff against Compiler-nice.94 ===============
Item was changed:
----- Method: Scanner>>xIllegal (in category 'multi-character scans') -----
xIllegal
"An illegal character was encountered"
+ self notify: 'Illegal character (char code ' , hereChar charCode , ' 16r' , hereChar charCode hex , ')' at: mark!
- self notify: 'Illegal character' at: mark!