[squeak-dev] The Trunk: Multilingual-nice.257.mcz

commits at source.squeak.org commits at source.squeak.org
Sat Apr 10 19:20:28 UTC 2021


Nicolas Cellier uploaded a new version of Multilingual to project The Trunk:
http://source.squeak.org/trunk/Multilingual-nice.257.mcz

==================== Summary ====================

Name: Multilingual-nice.257
Author: nice
Time: 10 April 2021, 9:20:24.355472 pm
UUID: 15c77243-37af-405d-a376-698735f542e8
Ancestors: Multilingual-mt.256

Quick fix for double utf8->squeak conversion via nextChunk.

    (MultiByteFileStream newFileNamed: 'foo.utf8') nextPutAll: 'À'; close.
    (MultiByteFileStream oldFileNamed: 'foo.utf8') nextChunk.

=============== Diff against Multilingual-mt.256 ===============

Item was removed:
- ----- Method: MultiByteFileStream>>basicUpTo: (in category 'private basic') -----
- basicUpTo: delim
- 
- 	^ super upTo: delim.
- !



More information about the Squeak-dev mailing list