Levente Uzonyi uploaded a new version of Multilingual to project The Trunk:
http://source.squeak.org/trunk/Multilingual-ul.90.mcz==================== Summary ====================
Name: Multilingual-ul.90
Author: ul
Time: 14 February 2010, 9:00:41.87 am
UUID: f91521de-0c45-a740-87fc-54a97de4a473
Ancestors: Multilingual-ul.89
- more chunk reading capabilities for TextConverter for better performance (part 2)
=============== Diff against Multilingual-ul.89 ===============
Item was added:
+ ----- Method: MultiByteFileStream>>nextChunkText (in category 'fileIn/Out') -----
+ nextChunkText
+ "Deliver the next chunk as a Text. Decode the following ]style[ chunk if present. Position at start of next real chunk."
+
+ ^converter nextChunkTextFromStream: self!