X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com Message-ID: <1395429317.3920.3.camel@sexualharassmentpanda.lan.akerlind.nu> Subject: Re: [geda-user] LC_NUMERIC - problems due to decimal comma From: Jonatan =?ISO-8859-1?Q?=C5kerlind?= To: geda-user AT delorie DOT com Date: Fri, 21 Mar 2014 20:15:17 +0100 In-Reply-To: <532C0332.8070107@unige.ch> References: <532C0332 DOT 8070107 AT unige DOT ch> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.8.5-2+b3 Mime-Version: 1.0 Content-Transfer-Encoding: 7bit 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 fre, 2014-03-21 at 10:15 +0100, Juergen Harms wrote: > How about a solution, that does (in src/main.c, right after the call to > setlocale (LC_ALL,""); - it imports the locale from the environment) > call setlocale (LC_NUMERIC,"en_US.UTF-8 )? I think it would be better to use a portable locale like POSIX or C to avoid the dependency of needing the en_US.UTF-8 locale. /Jonatan