Hello, I have some problem with graphics. Is there any way how print national characters in right form to plot in R(Windows or UNIX)? How does it work? Thank you in advance Martin Gotz .-___-^..^--~~~-^-.^.^-^.^-~-.--__-~-^^^-~~~-^.-..^-^--- Martin Gotz xgotz at fi.muni.cz Lisky 37, Brno, Czech Rep. -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To: r-help-request at stat.math.ethz.ch _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
On Mon, 6 Nov 2000, Martin Gotz wrote:> Hello, > I have some problem with graphics. > Is there any way how print national characters in right form to plot in > R(Windows or UNIX)? > How does it work?Under Unix, you should be able to plot on X11 or postscript devices any characters in the ISO latin1 character set: see ?text for some examples. You may need to set the locale correctly before launching R. On Windows, ditto for NT, but there are known problems with 95/98/ME that we think we have addressed for the next release. I assume you want Czech chars, and you will have to tell us if they are in ISO latin1, I am afraid. -- Brian D. Ripley, ripley at stats.ox.ac.uk Professor of Applied Statistics, http://www.stats.ox.ac.uk/~ripley/ University of Oxford, Tel: +44 1865 272861 (self) 1 South Parks Road, +44 1865 272860 (secr) Oxford OX1 3TG, UK Fax: +44 1865 272595 -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To: r-help-request at stat.math.ethz.ch _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
On Mon, 6 Nov 2000, Prof Brian D Ripley wrote:> Under Unix, you should be able to plot on X11 or postscript devices any > characters in the ISO latin1 character set: see ?text for some examples. > You may need to set the locale correctly before launching R. > > On Windows, ditto for NT, but there are known problems with 95/98/ME that > we think we have addressed for the next release. > > I assume you want Czech chars, and you will have to tell us if they are in > ISO latin1, I am afraid.Some Czech chars are in ISO Latin1 but only some. All are in ISO Latin2 (ISO-8859-2) in encoding for central European languages. Martin Gotz -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To: r-help-request at stat.math.ethz.ch _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._