2
我試圖插入一些數據與此statment MySQL數據庫:的Python UnicodeEncodeError
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)
我知道它談論的字符 - 它的'...'在推文結尾,但不知道如何繞過它。
print(repr('...'))'表示該字符是由什麼組成的? '...'是奇怪的字符。 – Torxed
你是什麼意思? – AndroidDev
this:'\ xe2 \ x80 \ xa6' – AndroidDev