On softaculous_extra.php I'm setting new custom fields in spanish. As soon as I enter any special char in the variable, when I submit the form Softaculous ignores that variable.
e.g.
$softaculous_conf['custom_fields']['admin_pass'] = 'Contraseña';
$softaculous_conf['custom_fields']['site_desc'] = 'Descripción del foro';
These ones above are not working, but If I change them to Contrasena and Descripcion del foro, they work ok. My WHMCS charset is utf-8 so is my DB. Where do I need to change the char encoding to allow those special chars?