Currently we do not set the content encoding for text files stored on a cloud provider, e.g. readme, license, ...
Which has the side-effect that browsers need to guess the encoding when displaying the files and they are mostly wrong about it.
We should explicitly set the content encoding when uploading a file (there should be support for that by each cloud provider).
Additionally, we need to add some migration procedure for existing files.
Related: