Skip to content

Commit

Permalink
Merge pull request #115 from SeasideSt/pharo9-utf8encoding2
Browse files Browse the repository at this point in the history
Pharo9 utf8 encoding changes
  • Loading branch information
Johan Brichau authored Jan 31, 2021
2 parents 25c6d55 + c88f3d2 commit 9c32aba
Show file tree
Hide file tree
Showing 90 changed files with 545 additions and 489 deletions.
5 changes: 3 additions & 2 deletions repository/Grease-Core.package/.filetree
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"noMethodMetaData" : true,
"separateMethodMetaAndSource" : false,
"useCypressPropertiesFile" : true }
"noMethodMetaData" : true,
"useCypressPropertiesFile" : true
}
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
{
"name" : "Character" }
"name" : "Character"
}
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"
}
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ convenience
encode: aString
| writeStream |
writeStream := self encoderFor: (GRPlatform current
writeCharacterStreamOn: (String new: aString size)).
writeCharacterStreamOn: (self encodedStringClass new: aString size)).
writeStream nextPutAll: aString.
^ writeStream contents
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
conversion
encodedStringClass
^ String
19 changes: 8 additions & 11 deletions repository/Grease-Core.package/GRCodec.class/properties.json
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 repository/Grease-Core.package/GRCodecStream.class/properties.json
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"
}
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 repository/Grease-Core.package/GRDelayedSend.class/properties.json
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"
}
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"
}
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"
}
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 repository/Grease-Core.package/GRError.class/properties.json
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 repository/Grease-Core.package/GRInflector.class/properties.json
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"
}
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"
}
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"
}
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"
}
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"
}
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"
}
Loading

0 comments on commit 9c32aba

Please sign in to comment.