a6175d5a7a
- fix bz#562058, bn_IN init feature is not applied properly - fix bz#631732, indic invalid syllable's are not recognized properly - fix bz#636399, oriya script open type features are not applied properly
15 lines
957 B
Diff
15 lines
957 B
Diff
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
|
|
--- qt-everywhere-opensource-src-4.6.3/src/3rdparty/harfbuzz/src/harfbuzz-indic.cpp 2010-06-02 07:33:13.000000000 +0530
|
|
+++ qt-everywhere-opensource-src-4.6.3_mod/src/3rdparty/harfbuzz/src/harfbuzz-indic.cpp 2010-09-10 18:37:23.000000000 +0530
|
|
@@ -1779,10 +1779,6 @@ static int indic_nextSyllableBoundary(HB
|
|
case Matra:
|
|
if (state == Consonant || state == Nukta)
|
|
break;
|
|
- if (state == Matra) {
|
|
- // ### needs proper testing for correct two/three part matras
|
|
- break;
|
|
- }
|
|
// ### not sure if this is correct. If it is, does it apply only to Bengali or should
|
|
// it work for all Indic languages?
|
|
// the combination Independent_A + Vowel Sign AA is allowed.
|