Hi,
this is on 24.1.0, 24.1.6 and 24.1.7 on linux under wine. I noticed something strange when adding components implemented as an X-prefix subcircuit, such as TRIAC, opamp, SCR.
I would expect a numeric suffix like 'X1' , X2 etc but instead seeing "X§U1" in the netlist :
* C:\users\q\Documents\LTspice\Draft1.asc * Generated by LTspice 24.1.7 for Windows. X§U1 NC_01 NC_02 NC_03 TRIAC .backanno .end
holy unicode, batman - that character between X and U is actually two bytes, 0xC2 0xA7. How did that get there ? Is anyone seeing this on windows too or is it some weird Wine interaction ?