Python 3 takes a very difference stance on Unicode than UNIX does. Python 3 says: everything is Unicode (by default, except in certain situations, and except if we send you crazy reencoded data, and ...
Web APIとの通信ログ解析や、レガシーシステムへのデータ移行、あるいは国際化対応(i18n)が必要な設定ファイルの編集。 Pythonで開発を行っていると、日本語などのマルチバイト文字をそのままの状態ではなく、\u3042 のような 「ユニコードエスケープ ...