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

Bug#476957: (fwd) Bug#476957: texlive-xetex: Sinhala language support



On Sun, Apr 20, 2008 at 11:08 PM, Norbert Preining <preining@logic.at> 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/



Reply to: