bug-gnu-pspp
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

PSPP-BUG: [bug #37366] LC_NUMERIC locale is getting set, when it ought n


From: John Darrington
Subject: PSPP-BUG: [bug #37366] LC_NUMERIC locale is getting set, when it ought not to be
Date: Sun, 02 Dec 2012 08:55:17 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i686; de; rv:1.9.1.16) Gecko/20120714 Iceweasel/3.5.16 (like Firefox/3.5.16)

Follow-up Comment #31, bug #37366 (project pspp):

Here is the problem:

 src/libpspp/i18n.c:684 C
 src/data/data-out.c:817 lt_LT.UTF-8 

Somewhere between i18n.c:684 and data-out.c:817 the LC_NUMERIC
locale category changes from C to lt_LT.UTF-8

It is supposed to remain at C.

I will need your help here to find out what is changing it.
Can you try pasting a lot of lines like
  printf ("%s:%d %s\n", __FILE__, __LINE__, setlocale (LC_NUMERIC, NULL));

throughout the code?  This way, we can hopefully find out where it is
changing.
To start with, I suggest putting this liberally throughout
src/ui/gui/main.c and src/ui/gui/psppire.c

Thanks.


    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?37366>

_______________________________________________
  Nachricht gesendet von/durch Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]