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

Char.toCode gives the same result for lowercase and uppercase letters #50

Closed
imeckler opened this issue Dec 14, 2014 · 0 comments
Closed

Comments

@imeckler
Copy link
Contributor

The offending line is line 20 of /src/Native/Char.js

toCode : function(c) { return c.toUpperCase().charCodeAt(0); },

@evancz evancz closed this as completed in 723aab7 Jan 22, 2015
evancz pushed a commit that referenced this issue Jan 22, 2015
Remove incorrect upcase from Char.toCode (fix #50)
kasbah pushed a commit to kasbah/elm-core that referenced this issue Jan 23, 2015
kasbah pushed a commit to kasbah/elm-core that referenced this issue Jan 23, 2015
kasbah pushed a commit to kasbah/elm-core that referenced this issue Jan 23, 2015
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

1 participant