]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/blob - pkgs/qt/patches/qt-4.6.3-indic-rendering-bz631732.patch
507f8767b98711ae67391d35da9f860a24a2566b
[people/amarx/ipfire-3.x.git] / pkgs / qt / patches / qt-4.6.3-indic-rendering-bz631732.patch
1 diff -rup qt-everywhere-opensource-src-4.6.3/src/3rdparty/harfbuzz/src/harfbuzz-indic.cpp qt-everywhere-opensource-src-4.6.3_mod/src/3rdparty/harfbuzz/src/harfbuzz-indic.cpp
2 --- qt-everywhere-opensource-src-4.6.3/src/3rdparty/harfbuzz/src/harfbuzz-indic.cpp 2010-06-02 07:33:13.000000000 +0530
3 +++ qt-everywhere-opensource-src-4.6.3_mod/src/3rdparty/harfbuzz/src/harfbuzz-indic.cpp 2010-09-10 18:37:23.000000000 +0530
4 @@ -1779,10 +1779,6 @@ static int indic_nextSyllableBoundary(HB
5 case Matra:
6 if (state == Consonant || state == Nukta)
7 break;
8 - if (state == Matra) {
9 - // ### needs proper testing for correct two/three part matras
10 - break;
11 - }
12 // ### not sure if this is correct. If it is, does it apply only to Bengali or should
13 // it work for all Indic languages?
14 // the combination Independent_A + Vowel Sign AA is allowed.