Merge pull request 'master' (#8) from External/mage:master into master
All checks were successful
/ example-docker-compose (push) Successful in 14m41s

Reviewed-on: #8
This commit is contained in:
Failure 2024-12-10 22:47:52 -08:00
commit 025a6b0557
18 changed files with 378 additions and 195 deletions

View file

@ -1489,7 +1489,7 @@ public class MageFrame extends javax.swing.JFrame implements MageClient {
if (!Charset.defaultCharset().toString().equals("UTF-8")) {
LOGGER.warn("WARNING, bad charset. Some images will not be downloaded. You must:");
LOGGER.warn("* Open launcher -> settings -> java -> client java options");
LOGGER.warn("* Insert additional command at the the end: -Dfile.encoding=UTF-8");
LOGGER.warn("* Insert at the the end: -Dfile.encoding=UTF-8 -Dsun.jnu.encoding=UTF-8");
}
startTime = System.currentTimeMillis();