[quoted lines by Raoul MEGELAS on 2024/12/11 at 06:49 +0100] >Compiling brltty with the last change gives the following error >On ./autogen: >error reading "file5": invalid or incomplete multibyte or wide character
That'd actually be from the Tools/gendeps script, and implies that there's a .c or .h file which isn't UTF8-encoded. I'll try to find it. I suppose it could also mean that your system isn't defaulting to UTF-8. What is your $LANG environment variable set to? Also, please let me know what tcl thinks it is. You can do this by executing: basn$ tclsh tcl> encoding system tcl> exit >Is this related to the last tcl change? No, it couldn't be. That change is only relevant to configure. -- I believe the Bible to be the very Word of God: http://Mielke.cc/bible/ Dave Mielke | 2213 Fox Crescent | WebHome: http://Mielke.cc/ EMail: [email protected] | Ottawa, Ontario | Twitter: @Dave_Mielke Phone: +1 613 726 0014 | Canada K2A 1H7 | http://mielke.cc/xmother.html (Letter from a Feminist ex-Mother) _______________________________________________ This message was sent via the BRLTTY mailing list. To post a message, send an e-mail to: [email protected] For general information, go to: http://brltty.app/mailman/listinfo/brltty
