Hi, list! When one tries to print non-ASCII characters using
logs.texerrormessage, based on tex.error, "weird character" and a negative
value is printed and characters are just ignored. This warning comes from
here in texprinting.c:
153 │ void tex_print_char(int s)
154 │ {
155 │ if (s < 0 || s > 255) {
156 │ tex_formatted_warning("print", "weird character %i", s);
I wonder whether a cast is needed here or it's rather a bug coming from
custom compiling flags as it is my case.
Best regards,
Jairo
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the
Wiki!
maillist : [email protected] /
https://mailman.ntg.nl/mailman3/lists/ntg-context.ntg.nl
webpage : https://www.pragma-ade.nl / https://context.aanhet.net (mirror)
archive : https://github.com/contextgarden/context
wiki : https://wiki.contextgarden.net
___________________________________________________________________________________