xumingming / pyscheduler

A project scheduler written in Python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

在win7 dos窗口下运行有乱码,希望添加对GBK编码的支持

jptiancai opened this issue · comments

如题,运行下面命令的时候,会有乱码产生.不知 @xumingming 是在什么环境下测试的.

python scheduler.py /test.markdown

哦,今天我同事也碰到这个问题了,我在 mac 上测试的。你碰到这个问题的原因应该是 Windows 的默认编码是 GBK

@lxr0827 发个 Pull Request?

最新代码已经支持 GBK 了,@jptiancai 再试下?