KiAutotext
KiAutotext copied to clipboard
Comments are not displayed
Hello Bob! Also from my side a great plugin.
I tried to use Comment1 to Comment4 in the test document but it seems that the script doesn't know %C0 to %C3
The %C gets replaced with a question mark and the number behind it stays the same after I run the script.

I have looked into the code but I am unable to find the issue. I am using KiCad 5.0.2 on windows 10.
Hello I found same issue, replacing in KiAutotext.py function macroReplace line 187 if c.isalpha(): to if c.isalnum(): solved this issue