2 Mar
2009
2 Mar
'09
11:17 a.m.
2009년 3월 2일 (월) 오후 7:02, Hans Hagen
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". Dohyun Kim