Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[bug]: unspecified text encoding on assets hosted on Blob Storage #1122

Open
filiptronicek opened this issue Jul 12, 2022 · 0 comments
Open

Comments

@filiptronicek
Copy link

On files hosted on Azure Blob Storage (https://openvsxorg.blob.core.windows.net), the content encoding isn't set. The Firefox DevTools explain it pretty well:

The character encoding of the document was not declared, so the encoding was guessed from content. The character encoding needs to be declared in the Content-Type HTTP header or using a byte order mark.

The result of this is that for non-ASCII characters this produces funky results, such as in the license of one of my extensions. Having that said, I understand my name has funny weird characters, but they aren't as funny and weird as to be í�.

Firefox:
image

Chrome:
image

Safari:
image

They all guess, and they all guess wrong 😆.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

No branches or pull requests

2 participants