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

Fix autoloading for locales with different lowercase rules #206

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

sbeining
Copy link

The class map generation and the lookup should use a neutral locale to
generate the lowercase classnames.
Without this fix locales like turkish will not be able to load classes
with an uppercase „I“ for example.

The class map generation and the lookup should use a neutral locale to
generate the lowercase classnames.
Without this fix locales like turkish will not be able to load classes
with an uppercase „I“ for example.
@j0k3r
Copy link
Contributor

j0k3r commented Jun 8, 2020

Looks an interesting fix, could you provide a test to cover that changes? Thanks.

@j0k3r j0k3r linked an issue Jun 8, 2020 that may be closed by this pull request
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.

Problem with the sfCoreAutoload and Locales like turkish
2 participants