Searched refs:to_utf8 (Results 1 – 3 of 3) sorted by relevance
912 def to_utf8(s): function933 val = to_utf8(proc.communicate()[0]).strip()955 values = (to_utf8(proc.communicate()[0]).split('\n')[-2].split() + ['0'] * 7)[0:7]957 values = (to_utf8(proc.communicate()[0]).split() + ['0'] * 7)[0:7]984 match = re.search(regexp, to_utf8(proc.communicate()[1]))1001 to_utf8(proc.communicate()[0]))1030 gas_ret = to_utf8(proc.communicate()[1])1103 out = to_utf8(p.communicate()[0]).split('\n')
88 std::string to_utf8(std::wstring& wide_string)98 j["encoded"] = to_utf8(ws);
254 static void to_utf8(char *dst, const char *src, unsigned int cnt) in to_utf8() function603 to_utf8(name, (const char*)ntfsname, length); in callback()