X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com From: geda AT psjt DOT org (Stephan =?utf-8?Q?B=C3=B6ttcher?=) To: "Bert Timmerman \(bert.timmerman\@xs4all.nl\) \[via geda-user\@delorie.com\]" Subject: Re: [geda-user] pcb lesstif bug References: <57F152CC DOT 30400 AT xs4all DOT nl> Date: Sun, 02 Oct 2016 20:58:10 +0200 In-Reply-To: <57F152CC.30400@xs4all.nl> (Bert Timmerman's message of "Sun, 02 Oct 2016 20:32:44 +0200") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id u92IwR6p031617 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 "Bert Timmerman (bert DOT timmerman AT xs4all DOT nl) [via geda-user AT delorie DOT com]" writes: > buf = pcb_g_strdup_printf ("%m+%+.*mS, %+.*mS (%.*mS, %d\260)", > UUNIT, > prec, dx, prec, dy, prec, dist, angle); > > BTW: does someone know what does the "\260" does in that line ? $ ipython In [1]: 0260 Out[1]: 176 In [2]: ord('°'[1]) Out[2]: 176 -- Stephan