Dohyun Kim wrote:
> 2009년 3월 2일 (월) 오후 7:02, Hans Hagen <pra...@wxs.nl>님의 말:
>> Dohyun Kim wrote:
>>> Or it would be better if the order is reversed, that is to say,
>>> if the line mentioned above and other adjacent lines comes before
>>> the hash table of individual characters.
>> then we'd need to do each assignment individually; so instead i now have
>>
>> for i=0x0FF00,0x0FFEF do if not hash[i] then hash[i] = "chinese"
>> end end
>>
>> i.e. a test before an assigment so that the first table takes precedence.
>>
> 
> ok.
> Then, why don't you do the same for other assignments to "chinese"?
> because, for instance, "non-starters" too are currently overridden by 
> "chinese".

i do it for all


-----------------------------------------------------------------
                                          Hans Hagen | PRAGMA ADE
              Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
     tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com
                                             | www.pragma-pod.nl
-----------------------------------------------------------------
___________________________________________________________________________________
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