Do we want to store unicode or non-unicode data in the metafiles? My guess is that unicode strings should be stored.
If so, how should I handle unicode strings if the output device does not support unicode and wants to handle rendering text? The only two output devices that fall into this category are pstex and xfig. The xfig driver, however, handles text if a flag is set for postscript fonts. The workaround I was thinking of implementing is to set dev_text to false, which will cause PLplot to render the characters. ------------------------------------------------------------------------------ Dive into the World of Parallel Programming The Go Parallel Website, sponsored by Intel and developed in partnership with Slashdot Media, is your hub for all things parallel software development, from weekly thought leadership blogs to news, videos, case studies, tutorials and more. Take a look and join the conversation now. http://goparallel.sourceforge.net/ _______________________________________________ Plplot-devel mailing list Plplot-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/plplot-devel