commit | 71f9d30b18e05d7d97d607d1aac3f81c6724abd9 | [log] [tgz] |
---|---|---|
author | Jean Chalard <jchalard@google.com> | Fri Mar 23 21:35:56 2012 +0900 |
committer | Jean Chalard <jchalard@google.com> | Fri Mar 23 21:40:07 2012 +0900 |
tree | 0f5d4e99895c542e7b6a814692c391e33733647e | |
parent | 3ee7d97587ccbbeb8003d2142478337e8d60b2b7 [diff] |
Correct a shaky processing and move it to a better place The old code would remove caps from the first letter if auto-capsed but that makes very little sense when the word is camel-cased. Also, it would not correctly handle surrogate pairs, and would require a direct reference to LatinIME and a specific method to do the processing in an unexpected place. Change-Id: I416d6a805242788a2473f007ca7452c9fe3f5205