On Sun, Apr 20, 2008 at 11:08 PM, Norbert Preining <[EMAIL PROTECTED]> wrote:
>
>  If you have the *smallest* doubts let me know...

Adding Harshula to the CC list.

If you are looking for doubtful areas in the patch, check the
following.  The rest of the patch is *adding* Sinhala related
variables, functions and switch conditions.  Even this change makes
sure ZWJ is not discarded, which shouldn't a problem for others
scripts that doesn't use it.

--- layout/LEFontInstance.cpp
+++ layout/LEFontInstance.cpp
@@ -75,7 +75,7 @@
         return 0xFFFF;
     }

-    if (mappedChar == 0x200C || mappedChar == 0x200D) {
+    if (mappedChar == 0x200C) {
         return 1;
     }


        Anuradha
-- 
http://www.sayura.net/anuradha/



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to