mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2026-06-18 06:41:08 +00:00
Fix format handler for bad locale
This commit is contained in:
@@ -874,7 +874,7 @@ public class Form {
|
|||||||
|
|
||||||
DF = new DecimalFormat(form);
|
DF = new DecimalFormat(form);
|
||||||
|
|
||||||
return DF.format(i);
|
return DF.format(i).replaceAll("\\Q,\\E", ".");
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user