It's an encoding error - so if it's a unicode string, this ought to fix it: text.encode("windows-1252").decode("utf-8").
確定! 回上一頁