[GH-ISSUE #97] Hello world doesn't work on cmder on windows. #78

Closed
opened 2026-03-04 01:01:43 +03:00 by kerem · 1 comment
Owner

Originally created by @jeet-parekh on GitHub (Apr 4, 2018).
Original GitHub issue: https://github.com/rivo/tview/issues/97

When trying to run the hello world code on windows, it works if run from the native command prompt.

But when tried to run from cmder, it panics and says

panic: character set not supported

goroutine 1 [running]:
main.main()
        F:/go_dev/tview_hw.go:10 +0x167
exit status 2

If it helps, output of locale on cmder is

LANG=
LC_CTYPE="C.UTF-8"
LC_NUMERIC="C.UTF-8"
LC_TIME="C.UTF-8"
LC_COLLATE="C.UTF-8"
LC_MONETARY="C.UTF-8"
LC_MESSAGES="C.UTF-8"
LC_ALL=
Originally created by @jeet-parekh on GitHub (Apr 4, 2018). Original GitHub issue: https://github.com/rivo/tview/issues/97 When trying to run the hello world code on windows, it works if run from the native command prompt. But when tried to run from [cmder](http://cmder.net/), it panics and says ``` panic: character set not supported goroutine 1 [running]: main.main() F:/go_dev/tview_hw.go:10 +0x167 exit status 2 ``` If it helps, output of `locale` on cmder is ``` LANG= LC_CTYPE="C.UTF-8" LC_NUMERIC="C.UTF-8" LC_TIME="C.UTF-8" LC_COLLATE="C.UTF-8" LC_MONETARY="C.UTF-8" LC_MESSAGES="C.UTF-8" LC_ALL= ```
kerem closed this issue 2026-03-04 01:01:43 +03:00
Author
Owner

@rivo commented on GitHub (Apr 4, 2018):

This seems to be an error message coming from tcell. You may want to open an issue there to find out if cmder is supported. The tcell repo also includes demos. You can check if you get the same error message there.

<!-- gh-comment-id:378735765 --> @rivo commented on GitHub (Apr 4, 2018): This seems to be an error message coming from [`tcell`](https://github.com/gdamore/tcell). You may want to open an issue there to find out if `cmder` is supported. The `tcell` repo also includes demos. You can check if you get the same error message there.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/tview#78
No description provided.