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

Locale EN_IE fails on startup #42

Closed
gary-rowe opened this issue May 18, 2014 · 2 comments
Closed

Locale EN_IE fails on startup #42

gary-rowe opened this issue May 18, 2014 · 2 comments
Assignees

Comments

@gary-rowe
Copy link
Contributor

Unknown locale error prevents startup. No fallback to known resource bundles.

@gary-rowe gary-rowe added this to the Private beta milestone May 18, 2014
@gary-rowe gary-rowe self-assigned this May 18, 2014
@ghost ghost added the in progress label Jun 2, 2014
gary-rowe added a commit that referenced this issue Jun 3, 2014
@gary-rowe
Copy link
Contributor Author

This issue highlighted a gotcha: if using a String to reference an Enum through a name lookup, make sure to specify toUpperCase(Locale.ENGLISH) to avoid locale-specific characters creeping in.

There were a few instances of this scattered throughout the code which I've corrected.

Ready for review and close.

@jim618
Copy link
Contributor

jim618 commented Jun 3, 2014

Tried with various locales (in the language drop down).

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

No branches or pull requests

2 participants