We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb712dd commit 88c9fd5Copy full SHA for 88c9fd5
1 file changed
repository/Grease-Squeak6-Core.package/GRSqueakLatin1Codec.class/instance/encoderFor..st
@@ -1,4 +1,4 @@
1
conversion
2
encoderFor: aWriteStream
3
"wrap to avoid String vs ByteArray issues"
4
- ^ GRPharoLatin1CodecStream on: aWriteStream
+ ^ GRSqueakLatin1CodecStream on: aWriteStream
0 commit comments