Searched refs:HAS_UTF8 (Results 1 – 2 of 2) sorted by relevance
16 HAS_UTF8 = re.compile(r'[\x80-\xff]') variable46 if isinstance(s, str) and HAS_UTF8.search(s) is not None:
16 HAS_UTF8 = re.compile(r'[\x80-\xff]') variable47 if isinstance(s, str) and HAS_UTF8.search(s) is not None: