Skip to content

Commit 73f7473

Browse files
dalehenrichJohan Brichau
authored andcommitted
back out change to GRUtf8CodecStream class<<initialize ... not sure how it passed tests on dev branch...
1 parent 0d3712c commit 73f7473

File tree

1 file changed

+1
-1
lines changed
  • repository/Grease-GemStone300-Core.package/GRUtf8CodecStream.class/class

1 file changed

+1
-1
lines changed

repository/Grease-GemStone300-Core.package/GRUtf8CodecStream.class/class/initialize.st

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ initialize
99
Latin1ToUtf8Encodings
1010
at: index
1111
put:
12-
(String with: (Character codePoint: index - 1)) encodeAsUTF8intoString ] ]
12+
(String with: (Character codePoint: index - 1)) encodeAsUTF8 asString ] ]

0 commit comments

Comments
 (0)