-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Set the deprecated utf8 coded as the default for now
- Loading branch information
Johan Brichau
committed
Jan 31, 2021
1 parent
5120c51
commit c88f3d2
Showing
2 changed files
with
5 additions
and
3 deletions.
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
repository/Grease-Pharo90-Core.package/GRPharoPlatform.class/instance/setutf8CodectoZinc.st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
utf8 codec | ||
setutf8CodectoZinc | ||
"Set to GRPharoUtf8Codec that uses Zinc for utf8 encoding" | ||
utf8DeprecatedCodecFlag := nil | ||
utf8DeprecatedCodecFlag := false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters