3 Nov
2010
3 Nov
'10
6:23 p.m.
2010/11/3 Li Yanrui (李延瑞)
2010/11/3 Hans Hagen
: I uploaded a version without the chardata reference
Now the fontfallback hangs up. For example,
\definefontsynonym[song][name:adobesongstd] \definefontfallback[hereos][name:texgyreherosregular][0x0000-0x0400] \definefontsynonym[fbsong][song][fallbacks=hereos] \definefont[newsong][fbsong]
\starttext \newsong 夹杂 English 的中文文本 \stoptext
The error message is:
! LuaTeX error ...text/tex/texmf-context/tex/context/base/char-ini.lua:311: bad argument #1 to 'gsub' (string expected, got nil)
Is "0x000-0x0400" replaced by somthing?
It seems like a typo in the line 315 in char-ini.lua. "local range = characters.blocks[tag]" or "local range = characters.blocks[name]"? -- Best regards, Li Yanrui (李延瑞)