isLetter package:sbv

Is this an alphabet character. Only works for the Latin1 subset, otherwise returns sFalse.
>>> prove $ \c -> isLetterL1 c .<=> isAlphaL1 c
Q.E.D.