In order to convert my french html accents I try to change encoding by doing this in Twig :
{{ ddf.description | convert_encoding('UTF-8', 'HTML-ENTITIES') }}
But here is the message I get :
An exception has been thrown during the rendering of a template ("Notice: iconv(): Wrong charset, conversion from 'HTML-ENTITIES' to 'UTF-8' is not allowed").
Any idea ?