import unicodedata
if unicodedata.category(char) == 'Cc':
raise UnhandledKeypressError('unprintable char')