-
Notifications
You must be signed in to change notification settings - Fork 4.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ATO-779 Add a note to documentation for fixing Windows character encoding or text colour #12290
Conversation
@@ -31,6 +31,12 @@ import RasaProBanner from "@theme/RasaProBanner"; | |||
|`rasa evaluate markers` |Extracts markers from an existing tracker store. | | |||
|`rasa -h` |Shows all available commands. | | |||
|
|||
:::note | |||
If you run into character encoding issues on Windows like: `UnicodeEncodeError: 'charmap' codec can't encode character ...` or | |||
the terminal is not displaying colored messages properly, prepend `winpty` to the command you would like to run. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
To address these Typo CI warnings, you can add winpty
to this list here.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added 🙏
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 👍🏻 could you please add a changelog of type doc
?
…cant-encode-character-u-0001-f-916-in-position-17-character-maps-to-undefined
🚀 A preview of the docs have been deployed at the following URL: https://12290--rasahq-docs-rasa-v2.netlify.app/docs/rasa |
Proposed changes:
Status (please check what you already did):
black
(please check Readme for instructions)