isWhitespace

open fun isWhitespace(c: Char): Boolean

This is DIFFERENT from Java's Character.isWhiteSpace. Java considers 160 (non breaking space) NOT to be whitespace. I've chosen for feather to go against this, and consider it to be whitespace. So Feather is consistent with Kotlin (and Unicode apparently), and IMHO common sense!