X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; bh=Q6OgJcjuKtljDYsobfPWCZ7NHkLCsm+eHE7f/GMVuRA=; b=xoEVk7T6nJLZ1TwmBFibwGXLa0xTp6DnA/bhdof0aQinZ/v+vrQa/kNgPSV9tCHtOH IvdGnk4Pub9g6FvmfTqigXSyFnOX/UUxgo5/ZnDVKR+VvyFOYdc8CGZVfqd7YgLE6dpU S6UBEIP7r0cu4ZzW6l10KvQxqEFehKcBoBV3sk3kxBgBWsMYn7GvvehS+tFe/+DdaTnP 7thtwmD1nsgOlo1O3jwtUSkPtZiM68Y/4iSzm/YWnEQEm4CRqJMa7pHydjyKIt+7fcz8 B1e3RXIWGGzBLwTPhuwcrwu/jiBKo1pAJxXQPnp4Pq+4CrHFqhKcjdcZZYkxylmt5c5p BEVg== MIME-Version: 1.0 X-Received: by 10.60.246.139 with SMTP id xw11mr2708386oec.36.1390417707350; Wed, 22 Jan 2014 11:08:27 -0800 (PST) In-Reply-To: References: Date: Wed, 22 Jan 2014 23:08:27 +0400 Message-ID: Subject: Re: [geda-user] gnetlist localization patch From: Sergey Alyoshin To: geda-user AT delorie DOT com Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id s0MJ8UCt005732 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 On Wed, Jan 22, 2014 at 9:44 PM, Алексей Харьковский wrote: > Have you russian components or symbol? No, but I can test it. Can I see you ~/.gEDA/gafrc ? > I nave some components with Ru.utf8 filenames in componts path. > Example: > К293КП11-1.sym > gnetlist terminated with errors. > gschem NOT terminated and allowing to use this component. > > In gschem.c in main() I see : > setlocale(LC_ALL, "") > setlocale(LC_NUMERIC, "C")); > and it works. > > Therefore I wrote this in gnetlist and it works too. > Therefore this is really needed.