Nicolas Cellier uploaded a new version of Collections to project The Trunk:
http://source.squeak.org/trunk/Collections-nice.352.mcz==================== Summary ====================
Name: Collections-nice.352
Author: nice
Time: 29 March 2010, 6:21:10.011 pm
UUID: 2b2bbeff-91ba-184d-b22c-687fb9bf2717
Ancestors: Collections-ul.351
Fix
http://bugs.squeak.org/view.php?id=6391Assign correct unicode value to Euro character
(old value was that of MacRoman encoding - previously the generic currency symbol)
=============== Diff against Collections-ul.351 ===============
Item was changed:
----- Method: Character class>>euro (in category 'accessing untypeable characters') -----
euro
+ "The Euro currency sign, that E with two dashes. The code point is a official unicode ISO/IEC-10646-1"
- "The Euro currency sign, that E with two dashes. The key code is a wild guess"
+ ^ Unicode value: 16r20AC!
- ^ Character value: 219!