X-Authentication-Warning: delorie.com: mail set sender to geda-help-bounces using -f X-Recipient: geda-help AT delorie DOT com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:subject:message-id:mail-followup-to:references :mime-version:content-type:content-disposition :content-transfer-encoding:in-reply-to:user-agent; bh=7VJmqHdUjVm75x34sOXJSgh9rjIYsPmJpbZw+SUPHDU=; b=UEC8XJ82YLQFbmHZRwYq475BGrwM42BV3BE5oueScfK4R0W0MofzWM4L/5tthLGi2a WqI9NIP9ZJ7jq7F9yJH9ValbhVkGsg2ncGDuI9BBEmUwebo1GbtRQaLrhHL0MWV3dKF6 Erb2yw4ZL9u3W4odHbwu1+Ior2rA4U7TspIJ6203E2hL7upDEXzMMV7uelMSgf4/SXYd i3+XB/XLKs5j5xqM2Jew91O4Dz4wNI5qPQrFxJHFIA/Q1KUCwEfS7wXP7u2RY+sUViAa MxjxSe85a84cjIx1hDITc8iy2sSEgfC6HezUGQS8M4j9lehyKqLDDcaNeTwL+igE5iEI 60WA== Date: Fri, 10 Aug 2012 22:51:45 +0400 From: Vladimir Zhbanov To: geda-help AT delorie DOT com Subject: Re: [geda-help] gEDA unicode in Windows Message-ID: <20120810185145.GA29860@localhost.localdomain> Mail-Followup-To: geda-help AT delorie DOT com References: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Reply-To: geda-help AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: geda-help AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Tue, Jul 24, 2012 at 08:43:05PM -0400, Enoch H Wexler wrote: > Hi, > > A Windows XP based colleague needs to convert my work from schematics > to a printed circuit board. > He is complaining that no gSchem snapshot/release from DJ's Windows > page shows Unicode symbols such as ㏀, etc. > Any help? Neither my browser nor my MUA display this symbol properly, too ;) You probably should have appropriate fonts on the destination system. AFAIK, the Arial font is used for the Windows build whereas Helvetica is used for Linux. These are screen fonts for displaying. If you cannot change the gschem sources and recompile, you cannot change them. For printing you need corresponding printing fonts (if the issue is with printed output from gschem). Your Postscript interpreter (such as ghostscript on linux systems) may substitute fonts when displaying .ps files if it cannot find the font specified in the file. You can manually replace the font in ps files using e.g. your favorite text editor (just find the string 'Helvetica' and change it) or, if you have such a possibility, the command sed 's/Helvetica/YourFavoriteFont/'. HTH -- VZh http://vzhbanov.byethost33.com