You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 1, 2023. It is now read-only.
Another question: do any common platforms support UTF-16 terminals, e.g. if we end up supporting windows?
Yes, though windows has recently gained UTF-8 support that we might be able to depend on in a few years, depending on what versions we target (if any).
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
If someone writes to stdout, we currently just send raw bytes. We should respect locale.
While most terminals are either
C
or some variant ofUTF-8
, a large variety of encodings are supported, e.g. on recent ubuntu:I suggest:
(read|write)(Text|Bytes)
that handle locale if appropriateThe text was updated successfully, but these errors were encountered: