On Tue, May 12, 2009 at 5:27 PM, Hans Hagen
Mojca Miklavec wrote:
wrong: f:write(format("\\XeTeXcharclass\"%04X \\XeTeXcharclass%s\n",i,upper(lbc))) better: f:write(format("\\XeTeXcharclass\"%04X \\XeTeXcharclass%s\n",code,upper(lbc)))
But I didn't test anything at all.
ok, i'll fix that
Hi The current version is still not right. in unicode-letters.tex, three ranges are defined to id: \ID 3400 4DB5 \ID 4E00 9FC3 \ID 20000 2A6D6 So in fact all the codes from 3400-4DB5, 4E00-9FC3, 20000-2A6D6 are assigned to \ID. these ranges are missing in xetx-cls.tex: ... \setXTXcharacterclass "3400 lb:id \setXTXcharacterclass "4DB5 lb:id ... \setXTXcharacterclass "4E00 lb:id \setXTXcharacterclass "9FBB lb:id ... \setXTXcharacterclass "20000 lb:id \setXTXcharacterclass "2A6D6 lb:id ... so in xetx.cls, the boundaries are roughly there, but all the numbers in the range are missing. Yue Wang
----------------------------------------------------------------- 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 -----------------------------------------------------------------