Home | History | Annotate | Download | only in controllers

Lines Matching refs:utf

141     clean_lines = str(device_list_str, 'utf-8').strip().split('\n')
405 id_str = self.adb.shell("id -u").decode("utf-8")
428 lines = out.decode("utf-8").split('\n', 1)
629 string will be returned. decode("utf-8") and strip() will be called
641 return out.decode("utf-8").strip()