delorie.com/archives/browse.cgi | search |
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]" <geda-help AT delorie DOT com> |
To: | "geda-help AT delorie DOT com" <geda-help AT delorie DOT com> |
In-Reply-To: | <CAMvDHVC0soax7OF3rb1nXyxLkHHy=KJGVne7LcTAYO_13e6LYQ@mail.gmail.com> |
References: | <170981450776219 AT web19o DOT yandex DOT ru> <CAMvDHVC0soax7OF3rb1nXyxLkHHy=KJGVne7LcTAYO_13e6LYQ AT mail DOT gmail DOT com> |
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 |
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 |
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]" <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
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |