Skip to content
Snippets Groups Projects
  1. Apr 01, 2013
    • Jean Chalard's avatar
      Fix two nasty bugs with surrogate pairs. · a411595b
      Jean Chalard authored
      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
      a411595b
  2. Mar 22, 2013
  3. Mar 12, 2013
    • Tadashi G. Takaoka's avatar
      Language dependent single/doule quotation more keys · 2bbd3065
      Tadashi G. Takaoka authored
      The natural way of marking quoted text vary from language to
      language. This change introduces the following variations.
      
      * LEFT and RIGHT quotations (English etc.)
      * LOW-9 and LEFT quotations (German etc.)
      * LOW-9 and RIGHT quotations (Dutch etc.)
      * RIGHT and RIGHT quotations (Swedish etc.)
      * LEFT ANGLE and RIGHT ANGLE quotations (French etc.)
      * RIGHT ANGLE and LEFT ANGLE quotations
      
      Bug: 8356419
      Change-Id: I75726ab7ed783d02f189b46236c9d5079737bcff
      2bbd3065
  4. Jan 21, 2013
  5. Jan 15, 2013
  6. Dec 13, 2012
  7. Nov 29, 2012
  8. Nov 20, 2012
    • Tadashi G. Takaoka's avatar
      Reorganize currency keys · c27e899d
      Tadashi G. Takaoka authored
      Add Rial(ar), Indian Rupee(hi), Tugrik(mn), Baht(th), Hryvnia(uk),
      Dong(vi) currency sign keys to symbol layout.
      
      Bug: 7455289
      Change-Id: I0f819631ff05c4a31d3a6868dea5e18a1797f103
      c27e899d
  9. Nov 14, 2012
  10. Nov 08, 2012
    • Jean Chalard's avatar
      Fix a bug in the diff tool · 5b1037fa
      Jean Chalard authored
      Fix reporting of removed attributes multiple times instead
      of just one in some cases. Also, report the frequency of
      the removed bigram in the same cases.
      
      Change-Id: I1455fa7553fcebc3005c222bf5aa9afcf1678c31
      5b1037fa
  11. Nov 01, 2012
  12. Oct 31, 2012
  13. Oct 30, 2012
  14. Oct 29, 2012
  15. Oct 26, 2012
  16. Oct 25, 2012
  17. Oct 23, 2012
  18. Oct 22, 2012
  19. Oct 20, 2012
  20. Oct 09, 2012
  21. Sep 14, 2012
Loading