"; } /* function is_ascii($string) { return !preg_match('/[^\x00-\x7F]/S', $str); } */ function utf8_quote($string) { return '=?UTF-8?B?' . base64_encode($string) . '?='; } ?>