felixse / felixse/FluentTerminal
Encoding issue
- Dominant language
- C#
- Stars
- 9.6k
- Forks
- 448
- PR merge metrics
- No merged PRs in 30d
Description
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`.

Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.