Generally Greek subscripts work fine until you save a file then retreive it. This problem applied to the previous QCAD version(s) as well.
Example
When created:
\fTimes New Roman|b0|i0|c0|p0;%%c\S^%%c;\PΔ\S^Δ;\Pπ\S^π;
After reading from a saved dxf file:
\fTimes New Roman|b0|i0|c0|p0;%%c\S^%%c;\PΔ\S^^U+0394;\Pπ\S^^U+03c0;
What is in the dxf file:
\fTimes New Roman|b0|i0|c0|p0;%%c\S^%%c;\P\U+0394\S^\U+0394;\P\U+03c0\S^\U+03c0;
Note:
- This seems to be independent of font choice.
- Note the above example shows that subscripting using \phi seems to be broken regardless. Separate bug I guess.
- Posted here because registering for bug submission failed!

- I use QCAD to create nice force diagrams for scientific work. So lots of math symbols.
Version: 3.30.1.0 (3.30.1)
Build Date: Jun 17 2024
Revision: 5067327
Qt Version: 5.14.2
Architecture: x86_64
Compiler: gcc 5.4.0
regards...