-
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.
Merge pull request #115 from SeasideSt/pharo9-utf8encoding2
Pharo9 utf8 encoding changes
- Loading branch information
Showing
90 changed files
with
545 additions
and
489 deletions.
There are no files selected for viewing
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,5 @@ | ||
{ | ||
"noMethodMetaData" : true, | ||
"separateMethodMetaAndSource" : false, | ||
"useCypressPropertiesFile" : true } | ||
"noMethodMetaData" : true, | ||
"useCypressPropertiesFile" : true | ||
} |
3 changes: 2 additions & 1 deletion
3
repository/Grease-Core.package/Character.extension/properties.json
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,2 +1,3 @@ | ||
{ | ||
"name" : "Character" } | ||
"name" : "Character" | ||
} |
19 changes: 9 additions & 10 deletions
19
repository/Grease-Core.package/GRBoundMessage.class/properties.json
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,14 +1,13 @@ | ||
{ | ||
"category" : "Grease-Core-Utilities", | ||
"classinstvars" : [ | ||
], | ||
"classvars" : [ | ||
], | ||
"commentStamp" : "jf 3/14/2009 11:04", | ||
"super" : "GRDelayedSendMessage", | ||
"category" : "Grease-Core-Utilities", | ||
"classinstvars" : [ ], | ||
"pools" : [ ], | ||
"classvars" : [ ], | ||
"instvars" : [ | ||
"arguments" ], | ||
"arguments" | ||
], | ||
"name" : "GRBoundMessage", | ||
"pools" : [ | ||
], | ||
"super" : "GRDelayedSendMessage", | ||
"type" : "normal" } | ||
"type" : "normal" | ||
} |
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
3 changes: 3 additions & 0 deletions
3
repository/Grease-Core.package/GRCodec.class/instance/encodedStringClass.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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
conversion | ||
encodedStringClass | ||
^ String |
19 changes: 8 additions & 11 deletions
19
repository/Grease-Core.package/GRCodec.class/properties.json
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,14 +1,11 @@ | ||
{ | ||
"category" : "Grease-Core-Text", | ||
"classinstvars" : [ | ||
], | ||
"classvars" : [ | ||
], | ||
"commentStamp" : "lr 2/7/2009 09:55", | ||
"instvars" : [ | ||
], | ||
"name" : "GRCodec", | ||
"pools" : [ | ||
], | ||
"super" : "GRObject", | ||
"type" : "normal" } | ||
"category" : "Grease-Core-Text", | ||
"classinstvars" : [ ], | ||
"pools" : [ ], | ||
"classvars" : [ ], | ||
"instvars" : [ ], | ||
"name" : "GRCodec", | ||
"type" : "normal" | ||
} |
19 changes: 8 additions & 11 deletions
19
repository/Grease-Core.package/GRCodecStream.class/properties.json
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,14 +1,11 @@ | ||
{ | ||
"category" : "Grease-Core-Text", | ||
"classinstvars" : [ | ||
], | ||
"classvars" : [ | ||
], | ||
"commentStamp" : "pmm 6/25/2012 20:21", | ||
"instvars" : [ | ||
], | ||
"name" : "GRCodecStream", | ||
"pools" : [ | ||
], | ||
"super" : "GRDelegatingStream", | ||
"type" : "normal" } | ||
"category" : "Grease-Core-Text", | ||
"classinstvars" : [ ], | ||
"pools" : [ ], | ||
"classvars" : [ ], | ||
"instvars" : [ ], | ||
"name" : "GRCodecStream", | ||
"type" : "normal" | ||
} |
19 changes: 9 additions & 10 deletions
19
repository/Grease-Core.package/GRCountingStream.class/properties.json
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,14 +1,13 @@ | ||
{ | ||
"category" : "Grease-Core", | ||
"classinstvars" : [ | ||
], | ||
"classvars" : [ | ||
], | ||
"commentStamp" : "pmm 6/25/2012 20:39", | ||
"super" : "GRDelegatingStream", | ||
"category" : "Grease-Core", | ||
"classinstvars" : [ ], | ||
"pools" : [ ], | ||
"classvars" : [ ], | ||
"instvars" : [ | ||
"count" ], | ||
"count" | ||
], | ||
"name" : "GRCountingStream", | ||
"pools" : [ | ||
], | ||
"super" : "GRDelegatingStream", | ||
"type" : "normal" } | ||
"type" : "normal" | ||
} |
19 changes: 9 additions & 10 deletions
19
repository/Grease-Core.package/GRDelayedSend.class/properties.json
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,15 +1,14 @@ | ||
{ | ||
"category" : "Grease-Core-Utilities", | ||
"classinstvars" : [ | ||
], | ||
"classvars" : [ | ||
], | ||
"commentStamp" : "NickAger 3/20/2012 09:04", | ||
"super" : "GRObject", | ||
"category" : "Grease-Core-Utilities", | ||
"classinstvars" : [ ], | ||
"pools" : [ ], | ||
"classvars" : [ ], | ||
"instvars" : [ | ||
"receiver", | ||
"message" ], | ||
"message" | ||
], | ||
"name" : "GRDelayedSend", | ||
"pools" : [ | ||
], | ||
"super" : "GRObject", | ||
"type" : "normal" } | ||
"type" : "normal" | ||
} |
19 changes: 9 additions & 10 deletions
19
repository/Grease-Core.package/GRDelayedSendMessage.class/properties.json
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,14 +1,13 @@ | ||
{ | ||
"category" : "Grease-Core-Utilities", | ||
"classinstvars" : [ | ||
], | ||
"classvars" : [ | ||
], | ||
"commentStamp" : "NickAger 3/19/2012 11:20", | ||
"super" : "GRObject", | ||
"category" : "Grease-Core-Utilities", | ||
"classinstvars" : [ ], | ||
"pools" : [ ], | ||
"classvars" : [ ], | ||
"instvars" : [ | ||
"selector" ], | ||
"selector" | ||
], | ||
"name" : "GRDelayedSendMessage", | ||
"pools" : [ | ||
], | ||
"super" : "GRObject", | ||
"type" : "normal" } | ||
"type" : "normal" | ||
} |
19 changes: 9 additions & 10 deletions
19
repository/Grease-Core.package/GRDelegatingStream.class/properties.json
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,14 +1,13 @@ | ||
{ | ||
"category" : "Grease-Core-Text", | ||
"classinstvars" : [ | ||
], | ||
"classvars" : [ | ||
], | ||
"commentStamp" : "pmm 6/25/2012 20:20", | ||
"super" : "GRObject", | ||
"category" : "Grease-Core-Text", | ||
"classinstvars" : [ ], | ||
"pools" : [ ], | ||
"classvars" : [ ], | ||
"instvars" : [ | ||
"stream" ], | ||
"stream" | ||
], | ||
"name" : "GRDelegatingStream", | ||
"pools" : [ | ||
], | ||
"super" : "GRObject", | ||
"type" : "normal" } | ||
"type" : "normal" | ||
} |
19 changes: 9 additions & 10 deletions
19
repository/Grease-Core.package/GRDeprecatedApiNotification.class/properties.json
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,14 +1,13 @@ | ||
{ | ||
"category" : "Grease-Core-Exceptions", | ||
"classinstvars" : [ | ||
], | ||
"classvars" : [ | ||
], | ||
"commentStamp" : "pmm 9/14/2013 15:50", | ||
"super" : "GRNotification", | ||
"category" : "Grease-Core-Exceptions", | ||
"classinstvars" : [ ], | ||
"pools" : [ ], | ||
"classvars" : [ ], | ||
"instvars" : [ | ||
"details" ], | ||
"details" | ||
], | ||
"name" : "GRDeprecatedApiNotification", | ||
"pools" : [ | ||
], | ||
"super" : "GRNotification", | ||
"type" : "normal" } | ||
"type" : "normal" | ||
} |
19 changes: 8 additions & 11 deletions
19
repository/Grease-Core.package/GRError.class/properties.json
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,14 +1,11 @@ | ||
{ | ||
"category" : "Grease-Core-Exceptions", | ||
"classinstvars" : [ | ||
], | ||
"classvars" : [ | ||
], | ||
"commentStamp" : "pmm 9/14/2013 15:50", | ||
"instvars" : [ | ||
], | ||
"name" : "GRError", | ||
"pools" : [ | ||
], | ||
"super" : "Error", | ||
"type" : "normal" } | ||
"category" : "Grease-Core-Exceptions", | ||
"classinstvars" : [ ], | ||
"pools" : [ ], | ||
"classvars" : [ ], | ||
"instvars" : [ ], | ||
"name" : "GRError", | ||
"type" : "normal" | ||
} |
19 changes: 9 additions & 10 deletions
19
repository/Grease-Core.package/GRInflector.class/properties.json
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,15 +1,14 @@ | ||
{ | ||
"commentStamp" : "lr 12/27/2008 09:43", | ||
"super" : "GRObject", | ||
"category" : "Grease-Core-Text", | ||
"classinstvars" : [ | ||
], | ||
"classinstvars" : [ ], | ||
"pools" : [ ], | ||
"classvars" : [ | ||
"InflectionRules", | ||
"Uninflected" ], | ||
"commentStamp" : "lr 12/27/2008 09:43", | ||
"instvars" : [ | ||
], | ||
"Uninflected" | ||
], | ||
"instvars" : [ ], | ||
"name" : "GRInflector", | ||
"pools" : [ | ||
], | ||
"super" : "GRObject", | ||
"type" : "normal" } | ||
"type" : "normal" | ||
} |
19 changes: 8 additions & 11 deletions
19
repository/Grease-Core.package/GRInvalidArgumentCount.class/properties.json
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,14 +1,11 @@ | ||
{ | ||
"category" : "Grease-Core-Utilities", | ||
"classinstvars" : [ | ||
], | ||
"classvars" : [ | ||
], | ||
"commentStamp" : "jf 3/14/2009 11:05", | ||
"instvars" : [ | ||
], | ||
"name" : "GRInvalidArgumentCount", | ||
"pools" : [ | ||
], | ||
"super" : "GRError", | ||
"type" : "normal" } | ||
"category" : "Grease-Core-Utilities", | ||
"classinstvars" : [ ], | ||
"pools" : [ ], | ||
"classvars" : [ ], | ||
"instvars" : [ ], | ||
"name" : "GRInvalidArgumentCount", | ||
"type" : "normal" | ||
} |
19 changes: 8 additions & 11 deletions
19
repository/Grease-Core.package/GRInvalidUtf8Error.class/properties.json
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,14 +1,11 @@ | ||
{ | ||
"category" : "Grease-Core-Text", | ||
"classinstvars" : [ | ||
], | ||
"classvars" : [ | ||
], | ||
"commentStamp" : "pmm 1/10/2009 22:29", | ||
"instvars" : [ | ||
], | ||
"name" : "GRInvalidUtf8Error", | ||
"pools" : [ | ||
], | ||
"super" : "GRError", | ||
"type" : "normal" } | ||
"category" : "Grease-Core-Text", | ||
"classinstvars" : [ ], | ||
"pools" : [ ], | ||
"classvars" : [ ], | ||
"instvars" : [ ], | ||
"name" : "GRInvalidUtf8Error", | ||
"type" : "normal" | ||
} |
19 changes: 9 additions & 10 deletions
19
repository/Grease-Core.package/GRMappedPrinter.class/properties.json
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,15 +1,14 @@ | ||
{ | ||
"category" : "Grease-Core-Text", | ||
"classinstvars" : [ | ||
], | ||
"classvars" : [ | ||
], | ||
"commentStamp" : "", | ||
"super" : "GRPrinter", | ||
"category" : "Grease-Core-Text", | ||
"classinstvars" : [ ], | ||
"pools" : [ ], | ||
"classvars" : [ ], | ||
"instvars" : [ | ||
"next", | ||
"block" ], | ||
"block" | ||
], | ||
"name" : "GRMappedPrinter", | ||
"pools" : [ | ||
], | ||
"super" : "GRPrinter", | ||
"type" : "normal" } | ||
"type" : "normal" | ||
} |
19 changes: 8 additions & 11 deletions
19
repository/Grease-Core.package/GRNotification.class/properties.json
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,14 +1,11 @@ | ||
{ | ||
"category" : "Grease-Core-Exceptions", | ||
"classinstvars" : [ | ||
], | ||
"classvars" : [ | ||
], | ||
"commentStamp" : "pmm 9/14/2013 15:50", | ||
"instvars" : [ | ||
], | ||
"name" : "GRNotification", | ||
"pools" : [ | ||
], | ||
"super" : "Notification", | ||
"type" : "normal" } | ||
"category" : "Grease-Core-Exceptions", | ||
"classinstvars" : [ ], | ||
"pools" : [ ], | ||
"classvars" : [ ], | ||
"instvars" : [ ], | ||
"name" : "GRNotification", | ||
"type" : "normal" | ||
} |
19 changes: 8 additions & 11 deletions
19
repository/Grease-Core.package/GRNotificationBasedDynamicVariable.class/properties.json
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,14 +1,11 @@ | ||
{ | ||
"category" : "Grease-Core-Utilities", | ||
"classinstvars" : [ | ||
], | ||
"classvars" : [ | ||
], | ||
"commentStamp" : "pmm 9/5/2017 14:34", | ||
"instvars" : [ | ||
], | ||
"name" : "GRNotificationBasedDynamicVariable", | ||
"pools" : [ | ||
], | ||
"super" : "GRNotification", | ||
"type" : "normal" } | ||
"category" : "Grease-Core-Utilities", | ||
"classinstvars" : [ ], | ||
"pools" : [ ], | ||
"classvars" : [ ], | ||
"instvars" : [ ], | ||
"name" : "GRNotificationBasedDynamicVariable", | ||
"type" : "normal" | ||
} |
Oops, something went wrong.