commit | dcb1a58cf9d66b36de825dae2fa0cb0529e60680 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Fri Aug 02 09:30:06 2013 -0700 |
committer | Elliott Hughes <enh@google.com> | Fri Aug 02 10:03:53 2013 -0700 |
tree | 6be97085a3ea04c3801de7ae0a4e1ff2b2adc160 | |
parent | c67b2ed50226c4758d0fc1434d39f6add6a0a533 [diff] |
If media wants ASCII lowercasing, it needs to ask for it. http://elliotth.blogspot.com/2012/01/beware-convenience-methods.html Use toLowerCase(Locale.ROOT) if you want ASCII for machine consumption, and use toLowerCase(Locale.getDefault()) if you want the user's locale's casing rules for human consumption. Bug: https://code.google.com/p/android/issues/detail?id=58359 Change-Id: Id9005a17e34217a81bef3b40031b9e2e6272f45d