summaryrefslogtreecommitdiff
path: root/changelogs
diff options
context:
space:
mode:
authorMatt Martz <matt@sivel.net>2023-04-18 12:01:47 -0500
committerGitHub <noreply@github.com>2023-04-18 12:01:47 -0500
commitf90c7f1a7d38f317b3d22977f06ef1b15311a4a7 (patch)
tree09f8954d189f770624298e35164ba9a8df41f2c4 /changelogs
parent12083db2c535f2de0c50c5fb14a47e43c289f703 (diff)
downloadansible-f90c7f1a7d38f317b3d22977f06ef1b15311a4a7.tar.gz
[stable-2.15] Implement checks, and backwards compat change, to move forward with UTF-8 only (#80370) (#80545)
(cherry picked from commit 0ee7cfb)
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/fragments/80258-defensive-display-non-utf8.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/changelogs/fragments/80258-defensive-display-non-utf8.yml b/changelogs/fragments/80258-defensive-display-non-utf8.yml
new file mode 100644
index 0000000000..5e9ed076a8
--- /dev/null
+++ b/changelogs/fragments/80258-defensive-display-non-utf8.yml
@@ -0,0 +1,4 @@
+bugfixes:
+- Display - Defensively configure writing to stdout and stderr with a custom encoding error handler that will replace invalid characters
+ while providing a deprecation warning that non-utf8 text will result in an error in a future version.
+- module responses - Ensure that module responses are utf-8 adhereing to JSON RFC and expectations of the core code.