assert(test!isUnicode("abcdefghijklmnopqrstuvwxyz"));
assert(test!isUnicode("ABCDEFGHIUJKLMNOPQRSTUVXYZ"));
assert(test!isUnicode("1234567890"));
assert(test!isUnicode("Öl, Müll, Spaß"));
assert(!test!isUnicode("\xFF"));
assert(!test!isUnicode("\xF8\xA1\xA1\xA1\xA1"));
Valid Unicode (UTF-8, UTF-16 or UTF-32) constraint