Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.graphics.apps.gnuplot > #3096
| X-Received | by 10.140.234.135 with SMTP id f129mr14975552qhc.9.1443381043960; Sun, 27 Sep 2015 12:10:43 -0700 (PDT) |
|---|---|
| X-Received | by 10.140.17.73 with SMTP id 67mr106315qgc.17.1443381043946; Sun, 27 Sep 2015 12:10:43 -0700 (PDT) |
| Path | csiph.com!optima2.xanadu-bbs.net!xanadu-bbs.net!news.glorb.com!border1.nntp.dca1.giganews.com!nntp.giganews.com!z77no5316888qge.1!news-out.google.com!68ni34626qgg.0!nntp.google.com!v79no5316325qge.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail |
| Newsgroups | comp.graphics.apps.gnuplot |
| Date | Sun, 27 Sep 2015 12:10:43 -0700 (PDT) |
| Complaints-To | groups-abuse@google.com |
| Injection-Info | glegroupsg2000goo.googlegroups.com; posting-host=122.249.243.114; posting-account=5JisHQoAAADMr3ysDKnlNc3lf_eH-hYV |
| NNTP-Posting-Host | 122.249.243.114 |
| User-Agent | G2/1.0 |
| MIME-Version | 1.0 |
| Message-ID | <851d6499-ce49-4434-9c6e-40281b7443a0@googlegroups.com> (permalink) |
| Subject | Only partial handling of Unicode in `with points pointtype "CHAR" `? |
| From | Kalin Kozhuharov <me.kalin@gmail.com> |
| Injection-Date | Sun, 27 Sep 2015 19:10:43 +0000 |
| Content-Type | text/plain; charset=UTF-8 |
| Content-Transfer-Encoding | quoted-printable |
| Lines | 27 |
| Xref | csiph.com comp.graphics.apps.gnuplot:3096 |
Show key headers only | View raw
Hello, I was answering another question here when I might have found a bug, that is hard to describe, but relatively easy to reproduce... I tested on 2 different linux machines with gnuplot-4.6.5 and gnuplot-5.0.1 and few terminals (qt, x11, png) the following commands (you'll need UTF-8 to see some of them): gnuplot -p -e 'plot sin(x) w p pt "A";' gnuplot -p -e 'plot sin(x) w p pt "щ";' gnuplot -p -e 'plot sin(x) w p pt "猫";' The 5.0.1 works fine (4.6.5 is not supposed to allow this pt, so no issues), drawing a sine wave with the glyph specified. However, the one below (UNICODE CAT FACE, U+1F431) does not work, no matter what I tired: gnuplot -p -e 'plot sin(x) w p pt "🐱";' (I confirmed I can see the glyph e.g. when using 'title "🐱"', so it is not font issue) Any ideas? How can that be worded better, assuming it is a bug? Cheers, Kalin.
Back to comp.graphics.apps.gnuplot | Previous | Next — Next in thread | Find similar
Only partial handling of Unicode in `with points pointtype "CHAR" `? Kalin Kozhuharov <me.kalin@gmail.com> - 2015-09-27 12:10 -0700
Re: Only partial handling of Unicode in `with points pointtype "CHAR" `? Karl Ratzsch <mail.kfr@gmx.net> - 2015-09-27 23:02 +0200
Re: Only partial handling of Unicode in `with points pointtype "CHAR" `? Ethan A Merritt <sfeam@users.sourceforge.net> - 2015-09-28 17:35 -0700
Re: Only partial handling of Unicode in `with points pointtype "CHAR" `? Kalin Kozhuharov <me.kalin@gmail.com> - 2015-09-28 20:50 -0700
csiph-web