summaryrefslogtreecommitdiff
path: root/changelogs/fragments/80258-defensive-display-non-utf8.yml
blob: 5e9ed076a83354322f253bde2a1c236ccb224ffc (plain)
1
2
3
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.