plasma-umass / doppio

Breaks the browser language barrier (includes a plugin-free JVM).
http://plasma-umass.github.io/doppio-demo
MIT License
2.16k stars 175 forks source link

Charset.availableCharsets() does return null #486

Open cool2man opened 7 years ago

cool2man commented 7 years ago

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 commented 7 years ago

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.