commit | 9a5e32f141fdb43edc1bb31ceacec781b35281b3 | [log] [tgz] |
---|---|---|
author | Christopher Wiley <wiley@google.com> | Thu Jan 28 16:56:53 2016 -0800 |
committer | Christopher Wiley <wiley@google.com> | Fri Jan 29 17:04:07 2016 -0800 |
tree | fc16473f6a4ec683dd2974467a902670d2764300 | |
parent | 316923d3597af72d1cbd9eb2745a02706275fdb8 [diff] |
Add support for decoding UTF16 to UTF8 This is helpful because many native service developers use std::string internally, and String16 doesn't work very well with many C++ primitives. Bug: 26729450 Test: Integration test appears to show this is correct. Change-Id: Ib75068881da28fd8515685bcbcbe864ba3b7ec23