Add dynamic parameter encoding switching to IFrame module
description
When using the IFrame module, you sometimes use it for integration of older applications, which often do not support unicode. When using dynamic parameters, that come from dnn input, these parameters may contain unicode characters, that are not correctly parsd by the legacy application. An option to map the encoding of these parameters would be very useful and easy to implement.