Bug#595795: tgif: Does not open documents written with version 4.1.x correct

2010-09-06 Thread Carlo Segre
Hi Günter: On Mon, 6 Sep 2010, Günter Frenz wrote: Yes, all three are installed. But the error message I just sent to you, suggests some problems with the fonts. Any idea where I can look for a solution? Ah, I forgot to attach the second file in my last mail, now it is... I think I have

Bug#595795: tgif: Does not open documents written with version 4.1.x correct

2010-09-06 Thread Günter Frenz
Hi, Am Mon, 6 Sep 2010 15:16:21 -0500 (CDT) schrieb Carlo Segre se...@iit.edu: Hi Günter: On Mon, 6 Sep 2010, Günter Frenz wrote: Yes, all three are installed. But the error message I just sent to you, suggests some problems with the fonts. Any idea where I can look for a

Bug#595795: tgif: Does not open documents written with version 4.1.x correct

2010-09-06 Thread Bill Cheng
Hi Günter and Carlo, Sounds like it's related to the same problem mentioned in Günter's last email. A floating point value, when printed in a certain locale, uses a comma as a decimal point instead of a comma. In the state(...) line, this creates an additional field since fields are separated

Bug#595795: tgif: Does not open documents written with version 4.1.x correct

2010-09-06 Thread Carlo Segre
Hi On Mon, 6 Sep 2010, Bill Cheng wrote: I'm not sure exactly how to fix this bug since I'm not too familiar with the localization stuff. I thought the locale should be set correctly due to the call to setlocale(LC_ALL, C) in tgif. But this code can be skipped if -D_NO_LOCALE_SUPPORT

Bug#595795: tgif: Does not open documents written with version 4.1.x correct

2010-09-06 Thread Carlo Segre
Sorry about answering myself. I see the problem. In the older version it is likely that the -D_NO_LOCALE_SUPPORT was used or there was no locale support so that the old files Gunter has contain the decimal points while files he is writing out now have the comma. The new version of the

Bug#595795: tgif: Does not open documents written with version 4.1.x correct

2010-09-06 Thread Bill Cheng
But this would also cause problem in the old version of tgif. This is especially true in the state(...) line because now it has one extra field! --Bill On Mon, Sep 6, 2010 at 2:46 PM, Carlo Segre se...@iit.edu wrote: Sorry about answering myself. I see the problem. In the older version