The Trunk: Multilingual-mt.292.mcz

[email protected]
Newsgroups gmane.comp.lang.smalltalk.squeak.general
Message-ID <[email protected]>
Marcel Taeumel uploaded a new version of Multilingual to project The Trunk:
http://source.squeak.org/trunk/Multilingual-mt.292.mcz

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

Name: Multilingual-mt.292
Author: mt
Time: 1 June 2026, 3:15:14.117499 pm
UUID: e85ef781-36c1-2b46-a9c9-313726e51380
Ancestors: Multilingual-mt.291

Revise previous adjustment for UTF16 on Windows consoles. Use flush-and-void instead of just void mechanics to not accidentally lose information.

=============== Diff against Multilingual-mt.291 ===============

Item was changed:
  ----- Method: MultiByteFileStream class>>useUTF16ForStderr: (in category 'stdio') -----
  useUTF16ForStderr: booleanOrNil
  
  	UseUTF16ForStderr := booleanOrNil.
+ 	self flushAndVoidStdioFiles.!
- 	self voidStdioFiles.!

Item was changed:
  ----- Method: MultiByteFileStream class>>useUTF16ForStdout: (in category 'stdio') -----
  useUTF16ForStdout: booleanOrNil
  
  	UseUTF16ForStdout := booleanOrNil.
+ 	self flushAndVoidStdioFiles.!
- 	self voidStdioFiles.!

Squeak-dev mailing list -- [email protected]
To unsubscribe send an email to [email protected]
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.