X-Authentication-Warning: delorie.com: mail set sender to geda-help-bounces using -f X-Recipient: geda-help AT delorie DOT com X-Original-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1450789358; bh=E0rNDmjz56QFiqlRG6CVXblGCoaCQYuwAw357EDos+8=; h=From:To:In-Reply-To:References:Subject:Date; b=MRBujqebPwG+O+6If2495j2VEGybSNTqG9I44hbZ2kxoi6HUNDHGyj4UH6jeiVj5a lZ87pGgomRgDYvwxXCnbzjQBYySG0vNGxlDW4UgzqcA12DoKBjThnfuyYAQHKMim7a N7wnEqxkFG9mFjoQ+xOaMsEkAzBGqkUqfuPfAHGY= From: "kv (kv193 AT yandex DOT ru) [via geda-help AT delorie DOT com]" To: "geda-help AT delorie DOT com" In-Reply-To: References: <170981450776219 AT web19o DOT yandex DOT ru> Subject: Re: [geda-help] Cyrillic characters in gschem MIME-Version: 1.0 Message-Id: <3701431450789357@web13o.yandex.ru> X-Mailer: Yamail [ http://yandex.ru ] 5.0 Date: Tue, 22 Dec 2015 16:02:37 +0300 Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id tBMD2hXq012466 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 Thank you. I download ver 1.9.2 and compile from source. It's all fine. -- ó Õ×ÁÖÅÎÉÅÍ, ëÌÏÞËÏ× ÷ÌÁÄÉÍÉÒ áÌÅËÓÁÎÄÒÏ×ÉÞ email: kv193 AT yandex DOT ru mob: +7-911-9141440 22.12.2015, 13:58, "Vladimir Zhbanov (vzhbanov AT gmail DOT com) [via geda-help AT delorie DOT com]" : > I vaguely recall there were some issues with i18n before now. > However, I'm pretty sure gnetlist from geda-gaf 1.9.2 works well > :) (tried it with cyrillic symbols just now). I can only recommend > to try the following option for gnetlist: > šš-c '(setlocale LC_ALL "")' > > Now about postscript and fonts. > > If you didn't find the document I've already mentioned, just use > something like the following command: > > gschem -p -o /dev/stdout -s printall.scm 1.sch 2.sch 3.sch 2>/dev/null | \ > ššššššššššsed -e 's/Helvetica/LiberationSans-Italic/' | ps2pdf - output.pdf > > where the content of the script printall.scm would be as follows: > > (use-modules (geda page)) > (use-modules (gschem window)) > (for-each > šš(lambda (page) (begin > šššš(set-active-page! page) > šššš(output-type "extents no margins") > šššš(output-orientation "auto") > šššš(gschem-use-rc-values) > šššš(gschem-postscript "dummy") > šššš) > šš) (active-pages) > ) > (gschem-exit) > > You may want to try another font name instead of > LiberationSans-Italic. > > It worked for me a few years ago. > > Cheers, > ššVladimir