X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com X-Original-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:subject:message-id:in-reply-to:references:mime-version :content-type:content-transfer-encoding; bh=y1ABz6w1mOBrVtsuxAIzyJ/61S7nGEsK9rLZv/dtky4=; b=j1/RWZDqqRzWUfdG168aJspiZj871gxsERoOUSj+4I5rKZQrg2B7uDp/TcyHupwkqU FFqkNt8Qlpx88bzHa8muSExbGwlRCbezQYa9Aa4BPPcvRvUu3KXnQzdEkNmB6PFSPUYA D22LEKL0hCcO0jDWMGEhPZQix203BLRl5pcpLxYVDnehMc4XdramwqYbcF8pOzhrFJif mI6LEXhPLAy/Y0lTJ0p418tNZctqanEIlDtD1dy16RTr1eY8+wWmzkq0aebwwtZw4k2k cCfl6gV8e1/QDxdsTGMXKzbN/h8FeSqfE9rSg5BScxhE/0OHb3erByHYXNt9rAMcsZUq VMsQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:date:from:to:subject:message-id:in-reply-to :references:mime-version:content-type:content-transfer-encoding; bh=y1ABz6w1mOBrVtsuxAIzyJ/61S7nGEsK9rLZv/dtky4=; b=SHobmYUZSbY4nZmoPF+YcPUbofjnZYgrYHXn4Sm4V2IISoElxd/G9q1mzXfyxKz5oF 4t0HKgf/8eImXbQJu5Gk/wFSVwtRoPxULChINCLrV1fQtClyPbRhJt6CxB13icRkbbEQ MDTU42qWwn5pv+UuGnmxazKQAPVjz0jALqB+sTitR2A+ADvOmJJMj98rz2Ne129o6C6B 0eiV7yCDtu7jQVfjkj/QObJe4iirieWHu6CchDD8GScYvJGBWHBY68hSKWrZ2XMKVZGb eJ6c1XyzW/Vh8NuxFWUiGg8OtpPFRn+aCjTQOjR+MpWkw9ad7MSluk6KLarmW8ZGIAeu jG1g== X-Gm-Message-State: AG10YOTsagKHf4fdkiA+PpmvsM8SbSucwyn8IyD8FvGvURlGh3J6WU8kVLdjIMDjZkO9cg== X-Received: by 10.28.9.67 with SMTP id 64mr21115999wmj.10.1455647137814; Tue, 16 Feb 2016 10:25:37 -0800 (PST) Date: Tue, 16 Feb 2016 19:25:31 +0100 From: "Nicklas Karlsson (nicklas DOT karlsson17 AT gmail DOT com) [via geda-user AT delorie DOT com]" To: geda-user AT delorie DOT com Subject: Re: [geda-user] pcb import schematic crash, parantheses in netname Message-Id: <20160216192531.7e6297a497b1ad6c52218f5c@gmail.com> In-Reply-To: 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> <201602161715 DOT u1GHFMBB028078 AT envy DOT delorie DOT com> X-Mailer: Sylpheed 3.5.0beta1 (GTK+ 2.24.25; x86_64-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Reply-To: geda-user AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: geda-user AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > Ok, that is one approach.. > > On the other hand, we already use "/" for discerning hierarchy, so that > already implies a certain restriction of legal characters within a net-name > portion. I'm sure we may also run into problems with our existing format, > with "-", where "-" is present in the net-name, and/or pin-name. (U1-1, > U2-2 etc..) > > > Peter I successfully used "-" in net name. It might be pin number use the last "-" and in such case it will work anyway. > > 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. To aim for a target whenever code is touched is indeed a vary good choice for many cases. Nicklas Karlsson