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

toLowerCase and toUpperCase with English. #30

Merged
merged 2 commits into from
Nov 8, 2021
Merged

Conversation

portlek
Copy link

@portlek portlek commented Oct 27, 2021

Pull Request

Pull Request Checklist

Please follow the following steps before opening this PR.

PRs that do not complete the checklist will be subject to denial for
missing information.

Pull Request Information

Check and fill in the blanks for all that apply:

  • My PR fixes a bug, error, or other issue with the library's codebase.
  • My PR is for the all module of the JDA-Utilities library.

Description

PR fixes some language bugs when using toLowerCase and toUpperCase methods. For example Turkish, i.toUpperCase() will be İ which complains Java because it's not a English letter, or I.toLowerCase() will be ı, again not a English letter.

build.gradle Outdated Show resolved Hide resolved
Copy link
Owner

@Chew Chew left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems fine, I suppose. More benefits here than cons?

@portlek
Copy link
Author

portlek commented Oct 31, 2021

Seems fine, I suppose. More benefits here than cons?

there are no cons of this PR so, yes more benefits.

@Chew Chew added this to the 1.23.0 milestone Oct 31, 2021
@Chew Chew added the bug Something isn't working label Nov 2, 2021
@Chew Chew merged commit ab62b75 into Chew:master Nov 8, 2021
@portlek portlek deleted the dev branch November 8, 2021 10:57
chxlky added a commit to chxlky/JDA-Chewtils that referenced this pull request Nov 9, 2021
toLowerCase and toUpperCase with English. (Chew#30)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants