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

islower(Char) incorrect on Windows #7988

Closed
catawbasam opened this issue Aug 13, 2014 · 1 comment
Closed

islower(Char) incorrect on Windows #7988

catawbasam opened this issue Aug 13, 2014 · 1 comment
Labels
domain:unicode Related to unicode characters and encodings

Comments

@catawbasam
Copy link
Contributor

As with the uppercase() and lowercase() issues discussed in #7847 and #7848, islower(Char) has problems on Windows:

julia> islower('δ')
false

Curiously, I have yet to see a problem with isupper(Char), but have only looked at the Greek alphabet.

@jiahao jiahao added the unicode label Aug 13, 2014
@JeffBezanson
Copy link
Sponsor Member

dup of #5939

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
domain:unicode Related to unicode characters and encodings
Projects
None yet
Development

No branches or pull requests

3 participants