Comment #2 on issue 4310 by
[hidden email]: Cleanup stdio ServerMode
preference
http://code.google.com/p/pharo/issues/detail?id=4310stdioStreamClass
^self encodeAndDecodeStdioFiles
ifTrue: [ MultiByteFileStream ]
ifFalse: [ StandardFileStream ]
so it is used?
encodeAndDecodeStdioFiles
^EncodeAndDecodeStdioFiles ifNil: [ true ]
stdioSettingOn: aBuilder
<systemsettings>
"we should put them under System"
(aBuilder group: #Files)
label: 'Files' translated;
description: 'File settings' translated;
with: [
(aBuilder setting: #encodeAndDecodeStdioFiles)
label: 'Server mode' translated;
target: FileStream;
description: 'If enabled, then the contents of stdin, stdout and stderr
are encoded/decoded using the system default text converter' translated]
_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker