ansible/changelogs/fragments/psrp-utf8-stdio.yaml
Dag Wieers 136da25bbf WinRM/PSRP: Ensure shell returns UTF-8 output (#47404)
* WinRM/PSRP: Ensure shell returns UTF-8 output

This PR makes UTF-8 output work in PSRP shells.

* Add win_command and win_shell integration tests

* Fix tests

* more test fixes

(cherry picked from commit 691ff4b9e6)
2018-10-23 21:04:09 -07:00

2 lines
84 B
YAML

bugfixes:
- psrp - Fix UTF-8 output - https://github.com/ansible/ansible/pull/46998