Chris Muller uploaded a new version of Multilingual to project The Trunk:
http://source.squeak.org/trunk/Multilingual-cmm.129.mcz==================== Summary ====================
Name: Multilingual-cmm.129
Author: cmm
Time: 10 October 2010, 7:18:14.722 pm
UUID: 0859ecd6-3f64-4b26-9806-272511e79d70
Ancestors: Multilingual-nice.128
Added MultiByteFileStream class>>lineEndDefault accessor.
=============== Diff against Multilingual-nice.128 ===============
Item was added:
+ ----- Method: MultiByteFileStream class>>lineEndDefault (in category 'accessing') -----
+ lineEndDefault
+ "Answer the default line-ending convention that will be used by default, which was determined at start-up by looking at platform atributes."
+ ^ LineEndDefault!