ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: "Idris Samawi Hamid ادريس سماوي حامد" <ishamid@colostate.edu>
To: "mailing list for ConTeXt users" <ntg-context@ntg.nl>
Cc: Hans Hagen <pragma@wxs.nl>
Subject: Re: Still missing some farsi characters
Date: Wed, 03 Sep 2008 18:15:32 -0600	[thread overview]
Message-ID: <op.ugxkb6bhfkrasx@your-b27fb1c401> (raw)
In-Reply-To: <loom.20080903T150209-403@post.gmane.org>

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
___________________________________________________________________________________


      reply	other threads:[~2008-09-04  0:15 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-09-03 15:10 Mehdi Omidali
2008-09-04  0:15 ` Idris Samawi Hamid ادريس سماوي حامد [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=op.ugxkb6bhfkrasx@your-b27fb1c401 \
    --to=ishamid@colostate.edu \
    --cc=ntg-context@ntg.nl \
    --cc=pragma@wxs.nl \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).