There should be a way for a user to indicate to Cyberduck that all HTML files uploaded to S3 should have a certain character set (most likely utf-8) applied to them. This should set the Content-Type header of the uploaded file to "text/html; charset=utf-8" rather than the normal "text/html". Ideally, the character set should be auto-detected, but in practice that is difficult to do reliably.
The text was updated successfully, but these errors were encountered:
There should be a way for a user to indicate to Cyberduck that all HTML files uploaded to S3 should have a certain character set (most likely utf-8) applied to them. This should set the Content-Type header of the uploaded file to "text/html; charset=utf-8" rather than the normal "text/html". Ideally, the character set should be auto-detected, but in practice that is difficult to do reliably.
The text was updated successfully, but these errors were encountered: