LatinIME/tools/dicttool
Jean Chalard a411595b16 Fix two nasty bugs with surrogate pairs.
The important bug is in findWordInTree. The problem, which is
not obvious, is that we were calling codePointAt() with the
code point index in the string, instead of the char index.
The other bug this change fixes was harmless in the practice,
because it's in the iteration which is only used for debug and
pretty printing purposes. It's very similar in that it would
substract a length in code point to a length in chars and
truncate a StringBuilder at that length, so it would fail in a
quite similar manner. This changes the meaning of the "length"
attribute in Position, but it's clearer this way anyway.

Bug: 8450145
Change-Id: If396f883a9e6449de39351553ba83f5be5bd30f0
2013-04-01 17:06:19 +09:00
..
etc (DO NOT MERGE) Remove useless module tags from makefiles 2012-08-17 20:12:49 +09:00
src/com/android/inputmethod/latin Fix a bug in the diff tool 2012-11-08 11:57:45 +09:00
tests Fix two nasty bugs with surrogate pairs. 2013-04-01 17:06:19 +09:00
Android.mk Clean up dependency for dicttool 2012-11-29 19:09:01 +09:00