我正在尝试使用以下语句将一些数据插入 MySQL 数据库:
INSERT INTO tweets(tweeter,tweet)VALUES ('Lord_Sugar','RT @BTSport: This cerebral figure succeeds in insulting everyone’s intelligence. @CalvinBook looks at Kinnears impact on #NUFC http://t.…')
但我收到此错误:
UnicodeEncodeError: 'latin-1' codec can't encode character u'\u2019' in position 119: ordinal not in range(256)
我知道它在谈论哪个角色——它在推文末尾的“……”,但不知道如何绕过它。