freebangfont-devel
[Top][All Lists]
Advanced

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

[Freebangfont-devel] [Bug 118297] Changed - Double rendering of Yaphala


From: bugzilla-daemon
Subject: [Freebangfont-devel] [Bug 118297] Changed - Double rendering of Yaphala mark
Date: Mon, 15 Mar 2004 12:14:51 -0500 (EST)

Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

http://bugzilla.gnome.org/show_bug.cgi?id=118297

Changed by address@hidden

--- shadow/118297       Sun Mar 14 15:44:32 2004
+++ shadow/118297.tmp.24267     Mon Mar 15 12:14:50 2004
@@ -136,6 +136,19 @@
 ------- Additional Comments From address@hidden  2004-03-14 15:38 -------
 Can this bug be reopened. Yafala is quite heavily used in Bangla, and
 this needs to be fixed. 
 
 ------- Additional Comments From address@hidden  2004-03-14 15:44 -------
 We need an explanation of the change.
+
+------- Additional Comments From address@hidden  2004-03-15 12:14 -------
+In the snippet from indic-ot.c (lines 374-378) 
+
+    if (baseConsonant != lastConsonant) {
+       if (postBase <= lastConsonant) {
+           for (i = postBase; i <= lastConsonant; i += 1) {
+               writeChar(&output, chars[i], /*i*/ prev, nukt_p);
+           }
+
+when nukt_p = (junk | dist | rphf | blwf | half | pstf), 
+the Post Base Form feature (pstf) is *not* being applied. 
+nukt_p = (junk | dist | rphf | blwf | half ) seems to fix that. 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]