1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
community.general/lib/ansible/plugins/shell
Matt Davis e084e8809e force Windows to always use preamble-free UTF8 input encoding (#22934)
* fixes #15770
* When running under the UTF-8 codepage, Powershell subprocesses will fail (eg, Start-Job, others) if the input encoding is using the default BOM preamble. This fix forces it to use no preamble in leaf_exec and win_shell, and includes tests to verify that Start-Job works.
2017-03-24 00:02:39 -07:00
..
__init__.py Update module_utils.six to latest (#22855) 2017-03-23 13:35:05 -07:00
csh.py moved to base class for shell plugins 2016-02-09 17:39:51 -05:00
fish.py Update module_utils.six to latest (#22855) 2017-03-23 13:35:05 -07:00
powershell.py force Windows to always use preamble-free UTF8 input encoding (#22934) 2017-03-24 00:02:39 -07:00
sh.py Update module_utils.six to latest (#22855) 2017-03-23 13:35:05 -07:00