X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f Date: Tue, 16 Feb 2016 12:15:22 -0500 Message-Id: <201602161715.u1GHFMBB028078@envy.delorie.com> From: DJ Delorie To: geda-user AT delorie DOT com CC: geda-user AT delorie DOT com In-reply-to: (geda-user AT delorie DOT com) Subject: Re: [geda-user] pcb import schematic crash, parantheses in netname References: <20160215215221 DOT fd472794e7b9446a243bfc40 AT gmail DOT com> <201602152055 DOT u1FKtM4K011038 AT envy DOT delorie DOT com> <20160215220938 DOT bbc7eaa59d827cd0b261ea97 AT gmail DOT com> <201602152135 DOT u1FLZrw9012774 AT envy DOT delorie DOT com> <7F210DE7-0A0B-42F9-ABBE-2C2768621186 AT noqsi DOT com> <20160216081722 DOT 1065cbed6653d3da4ffc7498 AT gmail DOT com> <201602160724 DOT u1G7Ox26001785 AT envy DOT delorie DOT com> <20160216085628 DOT b70143c330cd4da98a4603d3 AT gmail DOT com> <201602160805 DOT u1G85d8c003148 AT envy DOT delorie DOT com> <20160216092912 DOT 7f7439f703b49175a21dbb1b AT gmail DOT com> Reply-To: geda-user AT delorie DOT com > DJ... You wrote the action stuff, and the new import tool, what are your > thoughts on legal character set? (Should it match whatever we can read in > .net files? Any idea what that allows? (I'm not currently at my computer). I'm going to stick with "UTF-8" and quote anything the action syntax uses. I.e. make it an exlude list (via quoting), not an include list. We may not support all of UTF-8 everywhere, but that's no excuse not to aim for that target whenever we touch the code.