Feilong

Results 1 comments of Feilong

Here is my fix for this ```python try: print(iteration.encode('raw_unicode_escape').decode('utf-8')) except: print(iteration.encode('raw_unicode_escape').decode('latin-1')) ```