The first argument is the expected output charset and the second one is the input charset:

{{ data | convert_encoding('UTF-8', 'iso-2022-jp') }}

Arguments

ArgumentDescriptionType
toThe output charsetString
fromThe input charsetString

Was this helpful?

Copyright © 2024 Blutui.