Merge "Track change to private libcore data structure." into lmp-mr1-dev

This commit is contained in:
Elliott Hughes
2014-10-09 20:15:52 +00:00
committed by Android (Google) Code Review

View File

@@ -223,7 +223,7 @@ public class ICU_Delegate {
result.decimalSeparator = '.';
result.groupingSeparator = ',';
result.patternSeparator = ' ';
result.percent = '%';
result.percent = "%";
result.perMill = '\u2030';
result.monetarySeparator = ' ';
result.minusSign = "-";