squeak-smalltalk / squeak-filesystem

FileSystem is a Smalltalk API for accessing files and directories. This is an implementation for Squeak/Smalltalk.
Other
5 stars 3 forks source link

Fix #upToAll: not handling encoded text streams correctly #2

Closed tom95 closed 4 years ago

tom95 commented 4 years ago

#upToAll:'s method comment states that it is aware of multibyte encodings. I essentially just copied the relevant from MultiByteFileStream's implementation here.

Concerning the noise in the STON files: I can revert these; however, our updated STON version will always produce these changes. So we can either keep them in here or instead push an update to just the STON files to master first. What do you prefer?