mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-22 20:13:59 -07:00
base64 filter: Added ability to specify encoding (#39714)
* base64 filter: Added ability to specify encoding * Added unicode chars for further testing * Removed errors to keep previous behaviour in place * Removed surrogate pairs due to issues loading YAML in CI
This commit is contained in:
parent
b5cffe8ced
commit
fc210a4584
4 changed files with 22 additions and 4 deletions
3
changelogs/fragments/base64_filter_encoding.yaml
Normal file
3
changelogs/fragments/base64_filter_encoding.yaml
Normal file
|
@ -0,0 +1,3 @@
|
|||
minor_changes:
|
||||
- Added an ``encoding`` option to the ``b64encode`` and ``b64decode`` filters
|
||||
to specify the encoding of the string that is base64 encoded.
|
Loading…
Add table
Add a link
Reference in a new issue