felixse / felixse/FluentTerminal
Encoding issue
- Vorherrschende Sprache
- C#
- Sterne
- 9.6k
- Forks
- 448
- PR-Merge-Kennzahlen
- Keine gemergten PRs in 30 T.
Beschreibung
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`.

Beitragsleitfaden
Für dieses Repository ist kein Beitragsleitfaden indexiert
Bewertung
Dieses Issue wurde noch nicht bewertet.