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; bh=Rfe7pV/TAMnmQuGamLIkSgfqvkx145n1Mx6d3U9naTQ=; b=OfK+yK4O6EEa8bIgEMp6Ztj+xwfGZNgDqppKbago2ivGAKQE2mlQu2LebQSzZkzYHm BIaDEOMz4xQj46hX/r9S4LvF3Jc48oEh2MICDeQxu5OdXvDLBXJRnkGko15W9Y/z6VEP Acec/IWLASw5PdmDT7fOkhKdnrTph9rOuAXRO9lXyW9SAw9ZOKxpYj14YMI3UOSE9a2B 2FgqjifR/zLu3NaFxtGJfhPiWvC2j7PXKwvSdM691txjTDsZfpY/Ae26NFaqqKYe7psP FB6jLkINgMKHjtY5w8aoX8QSPP7fmH36A1ki0TSGAKxPlC6hTRPubNqbddYvNEXaGiAE o8zQ== MIME-Version: 1.0 X-Received: by 10.182.153.41 with SMTP id vd9mr9755obb.87.1390478490702; Thu, 23 Jan 2014 04:01:30 -0800 (PST) In-Reply-To: References: Date: Thu, 23 Jan 2014 16:01:30 +0400 Message-ID: Subject: Re: [geda-user] gnetlist localization patch From: =?KOI8-R?B?4czFy9PFyiDowdLYy8/X08vJyg==?= To: geda-user AT delorie DOT com Content-Type: multipart/alternative; boundary=089e013a10468197b804f0a200db 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 --089e013a10468197b804f0a200db Content-Type: text/plain; charset=KOI8-R Content-Transfer-Encoding: quoted-printable Sorry for me. I dont seen rules of source development. This rows I have simply copied from gschem.c file :) 2014/1/23 Sergey Alyoshin > On Thu, Jan 23, 2014 at 1:22 AM, =E1=CC=C5=CB=D3=C5=CA =E8=C1=D2=D8=CB=CF= =D7=D3=CB=C9=CA > wrote: > > leha AT dom ~ $ cat .gEDA/gafrc > > > > (component-library-search "/home/leha/.gEDA/symbols" "local_lib") > > > > leha AT dom ~ $ > > > > :) > > > > Save > > =EB293=EB=F011-1.sym > > to this dir :) > > > > > > > > 2014/1/22 Sergey Alyoshin > >> > >> On Wed, Jan 22, 2014 at 9:44 PM, =E1=CC=C5=CB=D3=C5=CA =E8=C1=D2=D8=CB= =CF=D7=D3=CB=C9=CA > >> 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: > >> > =EB293=EB=F011-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. > >> > > > > Confirming, somehow in gnetlist main() LC_ALL is set to "C". > As for gnetlist_localization.patch, please, pay more attention for coding > style. > In this case: indentation is 4 space and it is space before function > parentheses. > Confirming to this, patch should look like in attachment. > --089e013a10468197b804f0a200db Content-Type: text/html; charset=KOI8-R Content-Transfer-Encoding: quoted-printable
Sorry for me. I dont seen rules of source development= .
This rows I have simply copied from gschem.c file=9A :)
--089e013a10468197b804f0a200db--