Skip to content
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

Open pywinrm shell sessions with UTF-8 codepage #6038

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

Stealthii
Copy link

This PR implements a change to the shell initialisation process with pywinrm, utilizing the 65001 codepage, ensuring raw string responses are UTF-8 encoded.

Potential fix for #6034.

@pull-request-size pull-request-size bot added the size/M PR that changes 30-99 lines. Good size to review. label Oct 18, 2023
Stealthii added a commit to Stealthii/st2 that referenced this pull request Oct 18, 2023
With Python 3.6 being the minimum supported version, dropping six here
and utilising 3.x type identifiers.
This change opens a shell with the 65001 codepage, ensuring raw string
responses are UTF-8 encoded.

Fixes StackStorm#6034.
@cognifloyd cognifloyd added this to the 3.9.0 milestone Feb 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
size/M PR that changes 30-99 lines. Good size to review.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants