MCPcopy Create free account
hub / github.com/PrismLauncher/PrismLauncher / defaultsToUtf8

Method defaultsToUtf8

launcher/java/JavaVersion.cpp:55–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53}
54
55bool JavaVersion::defaultsToUtf8() const
56{
57 // starting from Java 18, UTF-8 is the default charset: https://openjdk.org/jeps/400
58 return m_parseable && m_major >= 18;
59}
60
61bool JavaVersion::isModular() const
62{

Callers 1

LauncherPartLaunchMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected