Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.datemas.de!rt.uk.eu.org!aioe.org!.POSTED!not-for-mail From: Janis Papanagnou Newsgroups: comp.graphics.apps.gnuplot Subject: UTF-8 encoding Date: Sun, 02 Mar 2014 18:09:53 +0100 Organization: Aioe.org NNTP Server Lines: 18 Message-ID: NNTP-Posting-Host: RYXWUwPSGYWrJViRnQ40Lw.user.speranza.aioe.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit X-Complaints-To: abuse@aioe.org User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130330 Thunderbird/17.0.5 X-Notice: Filtered by postfilter v. 0.8.2 Xref: csiph.com comp.graphics.apps.gnuplot:2328 I have problems making UTF-8 characters be printed correctly in a png term. My whole system is configured to process everything in UTF-8. My understanding is that setting "set encoding utf8" in gnuplot should do the trick. Alas, it doesn't. I also tried "set encoding locale" and whatnot, but to no avail. For this too I use a workaround; instruct my editor to create an ISO Latin9 output. And here, once again, I'd of course prefer a correct solution to my hack. What did I miss? (I seem to faintly recall that I didn't have that problem with gnuplot 4.2, but since switching to 4.4 - now I'm using 4.6 - I noticed it.) Forgive me my primitive questions, I am only a casual user of gnuplot, and a lot of things that at first glance gave me the impression to have to work in a simple way; yet I notice a lot of basics that seem to behave strangely. And in the voluminous manual I also couldn't find any enlightening hint.