[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

Re: gEDA-user: PCB syntax error



>         Net("\_RESIN" "(unknown)")

'\' is a quoting character in pcb.  If you want the name to have an
actual '\' in it, use "\\".  If you meant to quote the underscore, you
don't need to.  The only characters pcb expects you to quote are '\'
itself and '"'.

It's a trivial change to fix it to allow quoting anything, but it
would only hide bugs in the programs generating the .pcb file.


_______________________________________________
geda-user mailing list
geda-user@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-user