Skip to content

Commit

Permalink
Fix GemStone incompatibilities
Browse files Browse the repository at this point in the history
  • Loading branch information
jbrichau committed Dec 17, 2023
1 parent 31d3db5 commit 2421d69
Show file tree
Hide file tree
Showing 7 changed files with 4 additions and 15 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
testing
exists
^ self fileReference exists

^ GRPlatform current fileExists: self fullyQualifiedFilePath
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ characterEncoder
"Return the character encoder that I currently use.
If not set, I will default to using UTF-8."

^ characterEncoder ifNil: [ characterEncoder := ZnCharacterEncoder default ]
^ characterEncoder ifNil: [ characterEncoder := ZnDefaultCharacterEncoder value ]
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
*Zinc-Seaside
writeQueryFields: dictionary on: stream
self writeQueryFields: dictionary withEncoder: ZnCharacterEncoder default on: stream
self writeQueryFields: dictionary withEncoder: ZnDefaultCharacterEncoder value on: stream

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

0 comments on commit 2421d69

Please sign in to comment.