Character.st
changeset 21519 f39808be9f7e
parent 21484 183245e23a14
child 21520 808c4175a149
--- a/Character.st	Wed Feb 22 10:53:14 2017 +0100
+++ b/Character.st	Wed Feb 22 10:56:22 2017 +0100
@@ -601,7 +601,6 @@
     "
 ! !
 
-
 !Character methodsFor:'Compatibility-Dolphin'!
 
 isAlphaNumeric
@@ -650,7 +649,6 @@
 ! !
 
 
-
 !Character methodsFor:'accessing'!
 
 codePoint
@@ -1477,11 +1475,13 @@
 
 to:aMagnitude by:inc
     "Return an Interval over the characters from the receiver to <aMagnitude>.
-     Wrap <aMagnitude> if it is not a legal Character value. (JS)"
+     Wrap <aMagnitude> if it is not a legal Character value. (JS)
+     CG: why wrap - is this a good idea?"
 
     ^ Interval from:self to:(aMagnitude \\ 16r3FFFFFFF) by:inc
 
     "Created: / 04-07-2011 / 19:35:15 / cg"
+    "Modified (comment): / 22-02-2017 / 10:48:42 / cg"
 !
 
 utf8Encoded