-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
入力ソースコードファイルの文字コードを指定できるように #8
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
これ pytest 通らなくなる気がするんですが、c2a-core の pytest の修正 or テストって行いましたか?
加えて core と user で encoding が違うと死ぬ...?
あーいや Enumは流石に全部ascii文字しかないからutf-8だろうがshift-jisだろうが変わらないんでしょうか |
ただ引数が増えてるのでそっちの修正は必要な気がします、お願いします |
enumの部分がASCIIだけなら実際にはいける気はするけれど,それはそれとしてcoreとuser両方のencoding指定すべきな気はするなあ |
あーすいません、ありがとうございます... |
通したよ~ ISSL MOBCの方は, をsjisに設定することになります. @yngyu (と言うわけで,よさそうならapproveいただけると. あと ut-issl/c2a-core#184 も) |
あー,userがsjisの場合ではどうせビルド時にはcoreのutf8->sjis変換してるからこのスクリプトが読みに行く時はsjis仮定でいい(しそうすべきですらある)のか.じゃあよさそう. |
そうそう.userとcoreは流石に一貫してほしい. |
概要
入力ソースコードファイルの文字コードを指定できるように
Issue
詳細
C2AのUTF-8化に伴い追加
検証結果