I need a replacement for the \Unicode macro from CJK. It takes two decimal numbers as arguments and inserts #1*256 + #2 into the token stream (or something like that; it's a way to write Unicode characters by code like A in XML).
That should be possible with a tiny bit of lua code. Any pointers?
\char\numexpr#1*256+#2\relaxsuffice? – egreg May 16 '11 at 20:35