forked from External/mage
Merge pull request 'master' (#8) from External/mage:master into master
All checks were successful
/ example-docker-compose (push) Successful in 14m41s
All checks were successful
/ example-docker-compose (push) Successful in 14m41s
Reviewed-on: #8
This commit is contained in:
commit
025a6b0557
18 changed files with 378 additions and 195 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue