You could extend Character in your own app with #isAsciiLetter:
^self isAscii and: [ self isLetter ]
On Thu, Feb 16, 2017 at 1:59 PM, ReliableRobots.com
<
[hidden email]> wrote:
> 213 asCharacter isLetter answers true so this should be used instead.
>
> isLetter
> ^self asInteger > 64 and: [self asInteger < 123]
>
>
>
>
>