mirror of
https://github.com/rivo/tview.git
synced 2026-04-26 21:35:54 +03:00
[GH-ISSUE #37] Document charsets / encodings support #30
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/tview#30
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 @jsamr on GitHub (Jan 19, 2018).
Original GitHub issue: https://github.com/rivo/tview/issues/37
Hi and thanks for your awesome work.
I haven't seen any information on the accepted charsets compatible with this library.
Could you perhaps add information on your README ?
For example
$LANGvariable set to another encoding like ISO-8859 or UCS-2 ?Thank you again,
J
@rivo commented on GitHub (Jan 19, 2018):
Hi,
tviewis based entirely on https://github.com/gdamore/tcell. You may want to look there for more information about charsets. The tcell documentation says this:I'm using some UTF-8 box drawing characters (and an ellipsis character) which are listed here. To be honest, though, I haven't tested how these translate to other terminals that don't support them. If you can shed some light, that would be great.