On Tue, 2 Dec 2014, Sven Schreiber wrote:
I don't even know if it's supposed to work, but if I work
with German
special characters in matrix row names, the output is slightly misarranged.
I guess it ought to work. Now fixed in CVS.
<hansl>
string ex = "ÄÜß hi"
matrix in = {1, 3; 5, 6}
err = rownames(in, ex)
print in
</hansl>
Apart from that gretl has suddenly started acting very sluggishly again,
I'll investigate if it has to do with the names of matrix columns or rows.
That seems very unlikely to me (more likely to be an OS thing), but
see what you can find.
Allin