mirror of
https://github.com/rivo/tview.git
synced 2026-04-26 21:35:54 +03:00
[GH-ISSUE #438] Question marks showing instead of border for boxes. #318
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/tview#318
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 @ghost on GitHub (Apr 27, 2020).
Original GitHub issue: https://github.com/rivo/tview/issues/438
When trying out the box demo, instead of a border, it only shows question marks. I'm using st, and I tried it with and without the boxdraw patch. It doesn't effect functionality, but if there's a way to fix it that anyone knows of, [that'd] be cool.
@tslocum commented on GitHub (May 2, 2020):
Please try the solution mentioned in #406:
export LC_CTYPE="en_US.UTF-8"@rivo commented on GitHub (May 7, 2020):
I started a FAQ in the Wiki that contains this question because it's being asked quite often.
@LordRusk Please let us know if you were able to solve this problem.
@ghost commented on GitHub (May 10, 2020):
@rivo yes, exporting that before the program is run, or putting it in my .profile worked. Should i close this issue?
@drujensen commented on GitHub (May 5, 2025):
I'm not sure what's going on but I've tried the sample project on mac and linux with iterm2, apple terminal, and on linux xfce_terminal and I always get question marks. I've tried several different profiles and fonts.
I'm new to golang, so if this is a rookie mistake, apologize in advance for wasting your time.
any help is appreciated!