mirror of
https://github.com/rivo/tview.git
synced 2026-04-27 05:45:49 +03:00
[GH-ISSUE #207] Can not display normally in windows 10 #161
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/tview#161
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @sineatos on GitHub (Dec 18, 2018).
Original GitHub issue: https://github.com/rivo/tview/issues/207
I run the demos in windows 10 and their can not display normally, while them work successfully in linux.
Here are the screenshots:
demos/form:

demos/grid:

demos/table:

demos/unicode:

@sineatos commented on GitHub (Dec 18, 2018):
I try to modify the encoding of Powershell from
GBKtoUTF-8and these demos work normally.So it's a encoding problem.