Hi Mehdi,

On Wed, 03 Sep 2008 09:10:41 -0600, Mehdi Omidali <[EMAIL PROTECTED]>  
wrote:

> Hi Idris and others,
> In the latest font-otf.lua some farsi characters are not included in  
> isol_final
> and isol_final_medi_init functions. Here they are
>
> isol_final: 0698
>
> isol_final_medi_init: 06AF 06A9 06CC

I thought we had fixed this months ago... Hans, could you add this patch:

=================
     local isol = {
          [0x0621] = true, [zwnj] = true,
     }

     local isol_fina = {
         [0x0622] = true, [0x0623] = true, [0x0624] = true, [0x0625] =  
true, [0x0627] = true, [0x062F] = true,
         [0x0630] = true, [0x0631] = true, [0x0632] = true,
         [0x0648] = true, [0x0698] = true,
         [0xFEF5] = true, [0xFEF7] = true, [0xFEF9] = true, [0xFEFB] = true,
     }

     local isol_fina_medi_init = {
         [0x0626] = true, [0x0628] = true, [0x0629] = true, [0x062A] =  
true, [0x062B] = true, [0x062C] = true, [0x062D] = true, [0x062E] = true,
         [0x0633] = true, [0x0634] = true, [0x0635] = true, [0x0636] =  
true, [0x0637] = true, [0x0638] = true, [0x0639] = true, [0x063A] = true,
         [0x0640] = true, -- tadwil
         [0x0641] = true, [0x0642] = true, [0x0643] = true, [0x0644] =  
true, [0x0645] = true, [0x0646] = true, [0x0647] = true, [0x0649] = true,  
[0x064A] = true,
         [0x067E] = true, [0x0686] = true, [0x06AF] = true, [0x06A9] =  
true, [0x06CC] = true,
                [zwj] = true,
     }
=================

Best wishes
Idris

-- 
Professor Idris Samawi Hamid, Editor-in-Chief
International Journal of Shi`i Studies
Department of Philosophy
Colorado State University
Fort Collins, CO 80523
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

Reply via email to