ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Still missing some farsi characters
@ 2008-09-03 15:10 Mehdi Omidali
  2008-09-04  0:15 ` Idris Samawi Hamid ادريس سماوي حامد
  0 siblings, 1 reply; 2+ messages in thread
From: Mehdi Omidali @ 2008-09-03 15:10 UTC (permalink / raw)
  To: ntg-context

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

Thanks

___________________________________________________________________________________
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
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Still missing some farsi characters
  2008-09-03 15:10 Still missing some farsi characters Mehdi Omidali
@ 2008-09-04  0:15 ` Idris Samawi Hamid ادريس سماوي حامد
  0 siblings, 0 replies; 2+ messages in thread
From: Idris Samawi Hamid ادريس سماوي حامد @ 2008-09-04  0:15 UTC (permalink / raw)
  To: mailing list for ConTeXt users; +Cc: Hans Hagen

Hi Mehdi,

On Wed, 03 Sep 2008 09:10:41 -0600, Mehdi Omidali <mehdioa@gmail.com>  
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
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-09-04  0:15 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-09-03 15:10 Still missing some farsi characters Mehdi Omidali
2008-09-04  0:15 ` Idris Samawi Hamid ادريس سماوي حامد

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).