Replaced € symbol with text for charset safety
This commit is contained in:
@@ -25,7 +25,7 @@ public final class FormattingUtil {
|
||||
* @return formatted price
|
||||
*/
|
||||
public static String formatEuro(final double amount) {
|
||||
return String.format(Locale.GERMAN, "%,.2f", amount) + " €";
|
||||
return String.format(Locale.GERMAN, "%,.2f", amount) + " Euro";
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user