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

Replace Charset.forName("UTF-8") to StandardCharsets.UTF_8 #394

Merged
merged 1 commit into from
Mar 14, 2020
Merged

Replace Charset.forName("UTF-8") to StandardCharsets.UTF_8 #394

merged 1 commit into from
Mar 14, 2020

Conversation

ArthurGazizov
Copy link

Hi,

Is it necessary to replace Charset.forName("UTF-8") or some codes like new String(encoded, "UTF-8") to the constant variable StandardCharsets.UTF_8 which JDK 7 has provided

@philsttr philsttr merged commit 0ca3c59 into logfellow:master Mar 14, 2020
@philsttr
Copy link
Collaborator

Thanks! (Leftovers from when this library supported java 1.6)

@philsttr philsttr added this to the 6.4 milestone May 30, 2020
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.

None yet

2 participants