pango r2780 - in trunk: . modules/indic



Author: behdad
Date: Sun Jan  4 01:27:49 2009
New Revision: 2780
URL: http://svn.gnome.org/viewvc/pango?rev=2780&view=rev

Log:
2009-01-03  Behdad Esfahbod  <behdad gnome org>

        Bug 529591 â Code related to malayalam is misplaced.
        Patch from Rahul Bhalerao

        * modules/indic/indic-ot.c (indic_ot_reorder): Fix it.

Modified:
   trunk/ChangeLog
   trunk/modules/indic/indic-ot.c

Modified: trunk/modules/indic/indic-ot.c
==============================================================================
--- trunk/modules/indic/indic-ot.c	(original)
+++ trunk/modules/indic/indic-ot.c	Sun Jan  4 01:27:49 2009
@@ -258,13 +258,14 @@
 	case CC_MODIFYING_MARK_POST:
 	case CC_NUKTA:
 	case CC_VIRAMA:
-	case CC_AL_LAKUNA:
 	    /* patch for rendering fix for Malayalam SAMVRUTHOKARA by suresh */
 	    if (chars[prev - 1] == 0x0D41) {
 	       	 writeChar(&output, chars[prev], prev, blwf_p);
 		 break;
 	    }
 	    /* end patch */
+
+	case CC_AL_LAKUNA:
 	    writeChar(&output, C_DOTTED_CIRCLE, prev, blwf_p);
 	    writeChar(&output, chars[prev], prev, blwf_p);
 	    break;



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]