add_filter('wpdesk_dropshipping_source_encoding', function ( string $encode ) {
    return 'UTF-8';
 }, 10, 1);