Dohyun Kim wrote:
2009년 3월 2일 (월) 오후 7:02, Hans Hagen
님의 말: 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.
Dohyun Kim wrote: 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 -----------------------------------------------------------------