\xc3等字符转成unicode-python Posted on June 2, 2024June 21, 2024by miliang if “xc3” in firstname: firstnames = firstname.encode().decode(‘unicode_escape’)