commit | 3b9da0f99a6629d5283844922327711c985c78eb | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Thu Jun 05 20:10:09 2014 -0700 |
committer | Elliott Hughes <enh@google.com> | Fri Jun 06 16:25:13 2014 -0700 |
tree | f14db965651ef8f71804a6ed787492d8a06e0c01 | |
parent | 5f409720ec6bcf9ec6e9874dbb9ffd77d7061554 [diff] |
Fix the printf family for non-ASCII. The bug here turned out to be that we hadn't increased the constant corresponding to the maximum number of bytes in a character to match our new implementation, so any character requiring more than a byte in UTF-8 would break our printf family. Bug: 15439554 (cherry picked from commit 69f05d291d848de654c72e5278de8ca06fbf5d2f) Change-Id: Ia5467e22ccb022e8d118de82291916050656147e