Issue 75: add stringClass attributes to FileSystem#82
Merged
dalehenrich merged 11 commits intogs-3.7.xfrom issue_75Dec 14, 2022
+805-271
Commits
Commits on Dec 8, 2022
Commits on Dec 10, 2022
Issue #79: checkout ZnCharacterStreamTests >> testUpToAll is passing, ZnCharacterStreamTests >> testUpToAllTwice is not ...
committedIssue #79: #testUpToAll wasn't testing utf8 encoded streams, unlike #testUpToAllTwice, so added utf8 encoded streams to #testUpToAll (and boom) also updated #testUpToAll samples to include strings …
committed
Commits on Dec 12, 2022
Issue #79: add ZnCharacterStreamTests >> test8BitEncodingStreamPosition test for completeness, reorder the samples in ZnCharacterStreamTests >> testUpToAll and fix some regressions that snuck in wh…
committedIssue #75: add the notion of stringClass (Unicode7 or String) to ZnCharacterReadStream and ZnCharacterReadWriteStream, needed to allow end user to choose between Unicode and Legacy stream flavors
committedIssue #75: turn ZnCharacterStreamTests into ZnAbstractCharacterStreamTests so we can test ZnCharacterStream with Unicode7 and String stringClass
committed