- πΊπΈUnited States markdorison
Please reopen with a merge request against 4.x if this issue is still relevant.
See https://www.drupal.org/project/csv_serialization/issues/2859030 β . The patch added by this issue enables the inclusion of a BOM at the start of CSV output when the following conditions are met:
$this->useUtf8Bom = ($settings['encoding'] === 'utf8' && !empty($settings['utf8_bom']));
Note the reference to the setting utf8_bom. I cannot find any reference to this setting elsewhere in the csv_serialisation code so it never passes and the BOM is never included.
Closed: outdated
1.4
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Please reopen with a merge request against 4.x if this issue is still relevant.