diff -r e9d10d99ef0d -r 26046cd9f7f6 Scanner.st --- a/Scanner.st Sun Feb 14 00:17:09 2016 +0100 +++ b/Scanner.st Wed Feb 17 11:31:37 2016 +0100 @@ -1,3 +1,5 @@ +"{ Encoding: utf8 }" + " COPYRIGHT (c) 1989 by Claus Gittinger All Rights Reserved @@ -108,7 +110,7 @@ instance variables as a side effect. TODO: - some testers noticed, that ST-80's scanner methods are called + some testers noticed that ST-80's scanner methods are called xLetter, xDigit etc. For code using these (internals), the nextNumber, nextIdentifier etc. methods should be renamed. (to me, these seem to be internal private methods; @@ -143,7 +145,7 @@ extendedBinarySelectorCharacters "return a collection of characters which are optionally allowed in binary selectors" -"/ ^ '±×·÷'. +"/ ^ '±×·÷'. ^ String with:(Character value:16rB1) "/ plus-minus with:(Character value:16rD7) "/ times