David T. Lewis uploaded a new version of Files to project The Trunk:
http://source.squeak.org/trunk/Files-dtl.66.mcz==================== Summary ====================
Name: Files-dtl.66
Author: dtl
Time: 14 January 2010, 8:16:50.998 pm
UUID: e1579c5d-2396-4f9f-a5a6-a1ac0ec8daf4
Ancestors: Files-nice.65
Change Set: compressSources-bf
Date: 14 January 2010
Author: Bert Freudenberg
Fix compressing sources to preserve utf8 encoding. Fix reading chunks to decode utf8.
TODO: figure out if anything else than chunk reading is used. decode utf8 there, too.
=============== Diff against Files-nice.65 ===============
Item was added:
+ ----- Method: CompressedSourceStream>>nextChunk (in category 'access') -----
+ nextChunk
+ self flag: #workAround. "all accessors should decode utf8"
+ ^super nextChunk utf8ToSqueak!