commit | 3e5c3a6db4c8ad4842ee1f6a2cdb04f6e107db57 | [log] [tgz] |
---|---|---|
author | jsh <jsh@google.com> | Thu Nov 05 17:00:15 2009 -0800 |
committer | jsh <jsh@google.com> | Thu Nov 05 23:39:21 2009 -0800 |
tree | a1482fba148439a218cf90e043f192961b74d591 | |
parent | 584bce31b62cdf3efd8a9eb40442c4cc612ce1e6 [diff] |
Fix some SMS encode issues. 1. Spanish SMS 71-160 chars not sent. This was because calculateLength allowed for single-segment EMS encoding, while encodeUserDataPayload did not. For now, change calculateLength to match encodeUserDataPayload (ie, fallback to UTF16 in this case). (b/2224849) 2. Unicode value of N w/tilde was incorrect. (b/2224849) 3. Add '\' and '/' to the list of valid separators in CDMA SMS numeric addresses. (b/2236527)