j
k
j a
j l
In the original test.tex, I encountered an assertion error in tounicode.c.
That is assert(code >= 0);. Probably your "long" is 64bit. My "long" is 32bit. I think the type of code should be changed as int32_t instead of long. Best, Akira
Back to the thread
Back to the list