From db0af69427f7a1fbaff8bdc3db9a4e3df02b7346 Mon Sep 17 00:00:00 2001 From: SimonsMine <4030857+SimonsMine@users.noreply.github.com> Date: Mon, 5 Feb 2024 09:12:34 +0000 Subject: [PATCH] pr suggestions on wording --- tokio-console/README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/tokio-console/README.md b/tokio-console/README.md index 8645a89ff..695fa303e 100644 --- a/tokio-console/README.md +++ b/tokio-console/README.md @@ -214,6 +214,19 @@ behavior. See [the documentation][cfg-ref] for details. [cli-ref]: https://docs.rs/tokio-console/latest/tokio_console/config_reference/index.html#command-line-arguments [cfg-ref]: https://docs.rs/tokio-console/latest/tokio_console/config_reference/index.html#configuration-file +#### running the console on windows + +The console uses the UTF-8 character set to display graphs and other visual +features in the terminal. In order to display this rich terminal UI on Windows, +it's necessary to use a UTF-8-enabled terminal emulator, such as the new +[Windows Terminal](https://learn.microsoft.com/en-us/windows/terminal/install). + +If you're using a terminal that supports UTF-8, make sure to explicitly call +tokio-console with the UTF-8 language flag set: +``` +tokio-console --lang en_US.UTF-8 +``` + ## Getting Help First, see if the answer to your question can be found in the