felixse / felixse/FluentTerminal
Encoding issue
- 主要语言
- C#
- 星标
- 9.6k
- 派生
- 448
- PR 合并指标
- 30 天内没有已合并 PR
描述
Somehow FluentTerminal uses `cp0` as default code page, which causes trouble for non-ASCII characters. The following Python script does not work in FluentTerminal (and the Python process cannot quit with `exit()`):
```python
print u'こんにちは'
```

As you can see the code page used is `cp0`.

My system locale is zh_CN so the correct code page should be `cp936`.

贡献指南
这个仓库没有索引到贡献指南
评估
这个 Issue 还没有评估数据。