この質問は、Python での Unicode 文字の検索にリンクされています
Pythonコーデックを使用してUnicodeテキストファイルを読み取りました
codecs.open('story.txt', 'rb', 'utf-8-sig')
その中の文字列を検索しようとしていました。しかし、次の警告が表示されます。
UnicodeWarning: Unicode equal comparison failed to convert both arguments to Unicode - interpreting them as being unequal
ユニコード文字列を比較する特別な方法はありますか?