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

Charset.availableCharsets() does return null #486

Open
cool2man opened this issue Oct 31, 2016 · 1 comment
Open

Charset.availableCharsets() does return null #486

cool2man opened this issue Oct 31, 2016 · 1 comment
Labels

Comments

@cool2man
Copy link

java.nio.charset.Charset.availableCharsets() return null. I expect that this method returns a map with the available charsets; minimum the JVMs must have: US-ASCII, ISO-8859-1, UTF-8, UTF-16BE, UTF-16LE, UTF-16.

@jvilk jvilk added the bug label Oct 31, 2016
@jvilk
Copy link
Member

jvilk commented Oct 31, 2016

Weird; that should work. The logic appears to be in 100% Java, but maybe there's a system property I need to set. Will look at further later.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants