Send Gretl-users mailing list submissions to
gretl-users(a)ricardo.ecn.wfu.edu
To subscribe or unsubscribe via the World Wide Web, visit
http://ricardo.ecn.wfu.edu/mailman/listinfo/gretl-users
or, via email, send a message with subject or body 'help' to
gretl-users-request(a)ricardo.ecn.wfu.edu
You can reach the person managing the list at
gretl-users-owner(a)ricardo.ecn.wfu.edu
When replying, please edit your Subject line so it is more specific
than "Re: Contents of Gretl-users digest..."
Today's Topics:
1. gretl-gnuplot bug? (Cristian Rigamonti)
2. eqnprint after tsls estimation (Marcin B?a?ejowski)
----------------------------------------------------------------------
Message: 1
Date: Sun, 5 Feb 2006 13:41:47 +0100
From: Cristian Rigamonti <cri(a)linux.it>
Subject: [Gretl-users] gretl-gnuplot bug?
To: gretl-users(a)ricardo.ecn.wfu.edu
Message-ID: <20060205124147.GB4184@pegasus>
Content-Type: text/plain; charset=us-ascii
Hi list, I've noticed that putting Italian accented characters into the
labels of a gnuplot graph results in those characters not correctly displayed.
Some notes:
- I'm using iso-8859-1 as the default locale, and everything else in gretl WRT
localisation is working perfectly.
- The problem occurs both with user input strings and with strings generated by
the program (although I've checked them and the accented characters are OK in
the it.po file)
- If I save the gnuplot script for a graph, the script contains the correct
accented characters, and if I execute the script from within gnuplot, the
resulting graph contains correct accented characters
- I'm running gretl 1.5.0 and gnuplot 4.0 (both from Debian GNU/Linux packages)
As far as I can understand, it's like if gretl is failing to pass the "set
encoding iso_8859_1" command to gnuplot (but I might be wrong...).
Is anyone else having similar problems? Let me know if I can do any other useful
tests to track the bug (if it's a bug).
Hello,
I've exact (almost) the same problem, but with polish diacritics
(latin2) and I'm using Debian too (testing mixed with unstable);
the only difference is that I use GRETL compiled by myself (the newest
cvs code)
Marcin