Resolving Garbled Chinese Data Issue During CSV Import in SuiteCRM 8.8 Despite UTF-8 Settings"

I think this can be set in the config file at public/legacy/config_override.php as
$sugar_config['default_export_charset'] = 'UTF-8'; OR $sugar_config[‘default_export_charset’] = ‘UTF-32’;` Can you try this if this works.

1 Like