Wrap some filters so they return unicode.
The rules are -- if the filter returns str type and the str may contain non-ascii characters then wrap it to convert to unicode type. Not needed if the function already returns unicode type or only returns ascii characters Conflicts: lib/ansible/runner/filter_plugins/core.py
Showing
Please
register
or
sign in
to comment