|
From: Petr M. <mi...@ph...> - 2006-10-16 06:10:50
|
>> For "set encoding iso8859_2" and the text in that encoding, it gets >> displayed wrong. > > OK. That's exactly the sort of feedback I needed. > I can't test this easily because I don't have a 8859-2 locale installed. I've just tried after your latest patch, it works with UTF-8 and 'set enco= =20 default', but not for latin2. Try this: Write b.gp in UTF-8: set encoding iso_8859_2 set term svg set out 'b.svg' set title "P=F8=EDli=B9 =BElu=BBou=E8k=FD k=F9=F2 =FAp=ECl =EF=E1belsk=E9 = =F3dy." set xlabel "P=F8=EDli=B9 =BElu=BBou=E8k=FD k=F9=F2 =FAp=ECl =EF=E1belsk=E9 = =F3dy." set ylabel "P=F8=EDli=B9 =BElu=BBou=E8k=FD k=F9=F2 =FAp=ECl =EF=E1belsk=E9 = =F3dy." plot x recode utf8..latin2 b.gp gnuplot b.gp =3D> the file is rendered incorrectly; the text appears as: <text>Pøíli¹ ¾lu»ouèký kùò=20 úpìl ïábelské ódy.</text> --- PM |