サポート #401
coding=UTF-8を全てのPythonファイルに追加する
Description
Python3では、UTF-8で記述するのがデフォルトになっているが、
Python2では、codingの設定を記述しなければ、asciiのみとなってしまうため。
Updated by 古明地こいし @redmizo_info almost 7 years ago
Commit: f7b97ab6a476186cd5851b502113c7d87f0a0b89
https://github.com/mizo0203/google-home-shiritori/commit/f7b97ab6a476186cd5851b502113c7d87f0a0b89
Author: hayatedayon hayatedayon@users.noreply.github.com
Date: 2018-07-21 (Sat, 21 Jul 2018)
Log Message:
style(*.py): add magic comment for coding UTF-8. fix #401 @0.15h
Updated by a a almost 7 years ago
- Status changed from 新規 to 解決
- % Done changed from 0 to 80
更新履歴 github|f7b97ab6a476186cd5851b502113c7d87f0a0b89 で適用されました。
Updated by 古明地こいし @redmizo_info almost 7 years ago
Commit: f7b97ab6a476186cd5851b502113c7d87f0a0b89
https://github.com/mizo0203/google-home-shiritori/commit/f7b97ab6a476186cd5851b502113c7d87f0a0b89
Author: hayatedayon hayatedayon@users.noreply.github.com
Date: 2018-07-21 (Sat, 21 Jul 2018)
Log Message:
style(*.py): add magic comment for coding UTF-8. fix #401 @0.15h