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

Support UTF-8 in base images #544

Closed

Conversation

papermana
Copy link
Contributor

Explanation of the locale C: https://www.gnu.org/software/gettext/manual/html_node/Locale-Names.html
Explanation of the variable LANG: https://www.gnu.org/software/gettext/manual/html_node/Locale-Environment-Variables.html

If no locale is set, Chrome refuses to use UTF-8 names for downloaded files. At least, this is an issue when the filename is provided via Content-Disposition. In this case, every file will be saved as download (no extension).

Explanation of the locale `C`: https://www.gnu.org/software/gettext/manual/html_node/Locale-Names.html
Explanation of the variable `LANG`: https://www.gnu.org/software/gettext/manual/html_node/Locale-Environment-Variables.html

If no locale is set, Chrome refuses to use UTF-8 names for downloaded files. At least, this is an issue when the filename is provided via `Content-Disposition`. In this case, every file will be saved as `download` (no extension).
@CLAassistant
Copy link

CLAassistant commented Apr 3, 2023

CLA assistant check
All committers have signed the CLA.

@jennifer-shehane
Copy link
Member

Closing since this is very out of date to the current repo. Please open a new PR if this is still needed.

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

Successfully merging this pull request may close these issues.

None yet

3 participants