|
From: <tim...@en...> - 2006-12-10 13:04:25
|
Dr. Johannes Zellner wrote: > On Thu, Dec 07, 2006 at 09:26:17AM -0800, Ethan Merritt wrote: > =20 >> Another item on my emf wishlist is allowing UTF-8 character sets. >> =20 > > btw.: Can any terminals do UTF-8 at all? -- I took the habit of writing > my gnuplot input files with latin1 encoding as I want to get special > characters (as german Umlauts) displayed correctly in postscript. > I couldn't get UTF-8 working in neither postscript nor X11. My locale i= s > set to UTF-8. > > Any ideas? > =20 The wxWidgets (wxt) terminal can do it. Its default behaviour is to take=20 the encoding from your locale. So when your locale is UTF-8 (mine is=20 fr_FR.UTF-8 for example), the utf-8 characters that you give on input=20 will be drawn properly. Best regards, Timoth=E9e |