sbool isNonLatinLetter(char c) { ret isLetter(c) && !isLatinChar(c); }