Merge "Track change to private libcore data structure."

This commit is contained in:
Elliott Hughes
2014-10-09 18:08:57 +00:00
committed by Gerrit Code Review

View File

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