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

Default to real-utf8 when no charset is provided #3749

Closed
greg0ire opened this issue Nov 25, 2019 · 3 comments
Closed

Default to real-utf8 when no charset is provided #3749

greg0ire opened this issue Nov 25, 2019 · 3 comments

Comments

@greg0ire
Copy link
Member

Feature Request

Q A
New Feature yes
RFC no
BC Break no

Summary

Configuring charset in a portable way is a real pain for the community.
See e.g. symfony/recipes#674, which triggered symfony/recipes#689, then https://github.com/symfony/recipes/pull/691/files

This should be fixed by doctrine/DoctrineBundle#1070, but it would be great to have that default benefit to other consuming frameworks by contributing it directly here. When this is done, the code introduced in the bundle maybe be removed provided the composer constraint is adjusted.

@ostrolucky
Copy link
Member

We should perhaps start with checking which databases don't already default to utf-8. MySQL was famous for defaulting to latin1_swedish_ci, but that's no longer true since MySQL 8.

@morozov
Copy link
Member

morozov commented Jul 25, 2021

Will be fixed by #4644.

@morozov morozov closed this as completed Jul 25, 2021
@github-actions
Copy link

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jul 26, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants