1. 06 9月, 2012 1 次提交
    • B
      [Indic] Tamil does not have half-forms either · 27bd55bd
      Behdad Esfahbod 提交于
      The Win7 Tamil font does not realy on this behavior, but the WinXP
      version does.  Handle Tamil like Malayalam: Matras always move to
      before base.
      
      WinXP Tamil failures went down from 168964 (15.4752%) to 167
      (0.0152953%) (two orders of magnitude reduction!).
      
      Included in this is a minor fixup that actually fixed a few tests
      with non-Tamil too.  Numbers at:
      
      BENGALI: 353997 out of 354285 tests passed. 288 failed (0.0812905%)
      DEVANAGARI: 707339 out of 707394 tests passed. 55 failed (0.00777502%)
      GUJARATI: 366489 out of 366506 tests passed. 17 failed (0.0046384%)
      GURMUKHI: 60769 out of 60809 tests passed. 40 failed (0.0657797%)
      KANNADA: 951086 out of 951913 tests passed. 827 failed (0.0868777%)
      KHMER: 299106 out of 299124 tests passed. 18 failed (0.00601757%)
      LAO: 53611 out of 53644 tests passed. 33 failed (0.0615167%)
      MALAYALAM: 1048104 out of 1048416 tests passed. 312 failed (0.0297592%)
      ORIYA: 42320 out of 42329 tests passed. 9 failed (0.021262%)
      SINHALA: 271747 out of 271847 tests passed. 100 failed (0.0367854%)
      TAMIL: 1091837 out of 1091837 tests passed. 0 failed (0%)
      TELUGU: 970558 out of 970573 tests passed. 15 failed (0.00154548%)
      TIBETAN: 208469 out of 208469 tests passed. 0 failed (0%)
      27bd55bd
  2. 05 9月, 2012 10 次提交
  3. 04 9月, 2012 4 次提交
  4. 02 9月, 2012 7 次提交
  5. 01 9月, 2012 4 次提交
    • B
      [Indic] Implement dotted-circle insertion for broken clusters · b85800f9
      Behdad Esfahbod 提交于
      No panic, we reeally insert dotted circle when it's absolutely broken.
      
      Fixes most of the dotted-circle cases against Uniscribe. (for Devanagari
      fixes 80% of them, for Khmer 70%; the rest look like Uniscribe being
      really bogus...)
      
      I had to make a decision.  Apparently Uniscribe adds one dotted circle
      to each broken character.  I tried that, but that goes wrong easily with
      split matras.  So I made it add only one dotted circle to an entire
      broken syllable tail.  As in: "if there was a dotted circle here, this
      would have formed a correct cluster."  That works better for split
      stuff, and I like it more.
      b85800f9
    • B
      327d14ef
    • B
      Minor · 1be368e9
      Behdad Esfahbod 提交于
      1be368e9
    • B
      Minor · 784f29d0
      Behdad Esfahbod 提交于
      784f29d0
  6. 31 8月, 2012 1 次提交
  7. 30 8月, 2012 5 次提交
  8. 29 8月, 2012 8 次提交