[HarfBuzz] harfbuzz-ng: Branch 'master' - 2 commits

2012-07-24 Thread Behdad Esfahbod
src/hb-unicode-private.hh | 28 1 file changed, 16 insertions(+), 12 deletions(-) New commits: commit 478fd0529b868b22905a9dedf331ac7cc9721723 Author: Behdad Esfahbod Date: Tue Jul 24 17:09:01 2012 -0400 Minor diff --git a/src/hb-unicode-private.hh b/src/hb

[HarfBuzz] harfbuzz-ng: Branch 'master' - 2 commits

2012-07-24 Thread Behdad Esfahbod
configure.ac | 12 + src/Makefile.am |7 src/hb-coretext-private.hh | 42 src/hb-coretext.cc | 323 +++ src/hb-coretext.h| 43 src/hb-open-file-private

[HarfBuzz] harfbuzz-ng: Branch 'master'

2012-07-24 Thread Behdad Esfahbod
src/hb-shape.cc |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) New commits: commit 97aa0b738a33b73a3f9763dd2950f2dd39f596ed Author: Behdad Esfahbod Date: Tue Jul 24 15:02:34 2012 -0400 Minor const correctness shuffling diff --git a/src/hb-shape.cc b/src/hb-shape.cc index

[HarfBuzz] harfbuzz-ng: Branch 'master'

2012-07-24 Thread Behdad Esfahbod
src/hb-ot-shape-complex-indic.cc| 2 +- test/shaping/texts/in-tree/shaper-indic/indic/script-gurmukhi/misc/misc.txt | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) New commits: commit 6411e74caf23af7b0545f1fe54d19a1c8da895e8 Author: Behda

[HarfBuzz] harfbuzz-ng: Branch 'master'

2012-07-24 Thread Behdad Esfahbod
test/shaping/hb_test_tools.py| 1 + test/shaping/texts/in-tree/shaper-indic/indic/script-malayalam/misc/misc.txt | 2 ++ 2 files changed, 3 insertions(+) New commits: commit c3f769ba09df319fa69d04f68c57444f95eceee6 Author: Behdad Esfahbod D

Re: [HarfBuzz] dotted circle is not appearing for dependant vowel

2012-07-24 Thread Behdad Esfahbod
On 07/24/2012 11:36 AM, Harshula wrote: > 4) So, how do we move forward? Can we suppress the dotted circle by > including some special Unicode codepoint before the dependent vowel? I > want the dotted circle to be the default and have an option to suppress > it when required. You can use a base of

Re: [HarfBuzz] dotted circle is not appearing for dependant vowel

2012-07-24 Thread Jonathan Kew
On 24/7/12 16:05, Shriramana Sharma wrote: On Tue, Jul 24, 2012 at 6:48 PM, Jonathan Kew wrote: In general, I think the Indic shaper should *not* insert dotted circles. The one exception that I think may be desirable would be the case of left-reordrant matras when no usable base character Hi

Re: [HarfBuzz] dotted circle is not appearing for dependant vowel

2012-07-24 Thread Shriramana Sharma
On Tue, Jul 24, 2012 at 9:06 PM, Harshula wrote: > 4) So, how do we move forward? Can we suppress the dotted circle by > including some special Unicode codepoint before the dependent vowel? I > want the dotted circle to be the default and have an option to suppress > it when required. IIUC some s

Re: [HarfBuzz] dotted circle is not appearing for dependant vowel

2012-07-24 Thread Harshula
On Tue, 2012-07-24 at 14:18 +0100, Jonathan Kew wrote: > In general, I think the Indic shaper should *not* insert dotted circles. > The one exception that I think may be desirable would be the case of > left-reordrant matras when no usable base character (either consonant or > vowel letter, or

Re: [HarfBuzz] dotted circle is not appearing for dependant vowel

2012-07-24 Thread Shriramana Sharma
On Tue, Jul 24, 2012 at 6:48 PM, Jonathan Kew wrote: > In general, I think the Indic shaper should *not* insert dotted circles. The > one exception that I think may be desirable would be the case of > left-reordrant matras when no usable base character Hi Jonathan -- while I agree in principle th

Re: [HarfBuzz] dotted circle is not appearing for dependant vowel

2012-07-24 Thread Jonathan Kew
On 24/7/12 12:51, Shriramana Sharma wrote: On Tue, Jul 24, 2012 at 3:26 PM, Pravin Satpute wrote: I see the dotted circle is still not appearing with dependant vowels (U+093f), Is this intentionally? Might be since you are removing test cases generating dotted circle in Uniscribe befor

Re: [HarfBuzz] dotted circle is not appearing for dependant vowel

2012-07-24 Thread Shriramana Sharma
On Tue, Jul 24, 2012 at 3:26 PM, Pravin Satpute wrote: > >I see the dotted circle is still not appearing with dependant vowels > (U+093f), Is this intentionally? >Might be since you are removing test cases generating dotted circle > in Uniscribe before running it with harfbuzz. May I take

[HarfBuzz] dotted circle is not appearing for dependant vowel

2012-07-24 Thread Pravin Satpute
Hi Behdad, I see the dotted circle is still not appearing with dependant vowels (U+093f), Is this intentionally? Might be since you are removing test cases generating dotted circle in Uniscribe before running it with harfbuzz. Regards, Pravin Satpute

[HarfBuzz] harfbuzz-ng: Branch 'master' - 21 commits

2012-07-24 Thread Behdad Esfahbod
src/hb-ot-layout-gsubgpos-private.hh | 27 - src/hb-ot-layout-private.hh | 35 ++ src/hb-ot-shape-complex-indic-machine.rl |6 src/hb-ot-sha