MUST_CONVERT
# define MUST_CONVERT(enc, s) (! (enc)->isUtf16 || (((uintptr_t)(s)) & 1))
# define MUST_CONVERT(enc, s) (! (enc)->isUtf8)