Add cyrillic-support option for cyrillic codepage hack
This commit is contained in:
parent
e696988e34
commit
bbb5db3524
5 changed files with 27 additions and 2 deletions
|
|
@ -23,6 +23,7 @@ public class ClientConfigurationComponent extends Component {
|
|||
s(t, "defaultzoom", c.getInteger("defaultzoom", 0));
|
||||
s(t, "sidebaropened", c.getString("sidebaropened", "false"));
|
||||
s(t, "dynmapversion", plugin.getDescription().getVersion());
|
||||
s(t, "cyrillic", c.getBoolean("cyrillic-support", false));
|
||||
|
||||
DynmapWorld defaultWorld = null;
|
||||
String defmap = null;
|
||||
|
|
|
|||
|
|
@ -369,6 +369,9 @@ defaultzoom: 0
|
|||
defaultworld: world
|
||||
defaultmap: flat
|
||||
|
||||
# Option to enable workaround for incorrectly encoded unicode in Cyrillic MC/Bukkit (not good for other code pages)
|
||||
#cyrillic-support: true
|
||||
|
||||
# NOTE: the 'templates' section is now found in the 'templates' directory
|
||||
# Templates CAN still be defined in configuration.txt, as before 0.20
|
||||
templates:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue