kinow commented on issue #1998: URL: https://github.com/apache/jena/issues/1998#issuecomment-1710294711
Had a look at other Oracle docs, and also at the OpenJDK code, but couldn't figure out how to tell the JVM to load the other system locales. Tested this command too ```bash /opt/java-minimal/bin/java -Djava.locale.providers="HOST,SPI,CLDR,JRE" Available ``` But it still returned only the en* locales. Had a look at the Docker image docs & issues to see if maybe it was something intentional in the shipped JVM version to save up space, but found nothing related to enabling more locales. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
