Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.graphics.apps.gnuplot > #3097
| From | Karl Ratzsch <mail.kfr@gmx.net> |
|---|---|
| Newsgroups | comp.graphics.apps.gnuplot |
| Subject | Re: Only partial handling of Unicode in `with points pointtype "CHAR" `? |
| Date | 2015-09-27 23:02 +0200 |
| Organization | solani.org |
| Message-ID | <mu9lgm$5rd$1@solani.org> (permalink) |
| References | <851d6499-ce49-4434-9c6e-40281b7443a0@googlegroups.com> |
Am 27.09.2015 um 21:10 schrieb Kalin Kozhuharov: > 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? Sure looks like a bug. Seems unicode characters > U+FFFF trip up something. On qt (under win7/gp50pl1) I get three question marks in a black diamond in the plot, and an open square in labels. (i haven't found a font that actually has that character) wxt puts nothing in the plot, and a "missing" character (square with four "0"s in it) in a huge font (fs 60 or so) in labels. I guess the huge font is another bug triggered by the same thing (probably a bug in pango and/or because the symbol is not in the font?).
Back to comp.graphics.apps.gnuplot | Previous | Next — Previous in thread | 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