On Tue, Aug 11, 2009 at 08:46 +0200, Alexandros Droseltis wrote: > I wrote a script file with the following commands > > postscript() > [...] > barplot(pr, xlab="Länge") > > In the output file (Rplots.ps) the german umlaut is printed as "L..nge". > How could I set the encoding correctly?
I found the solution myself: the argument encoding in the postscript() command has to be specified. In this case encoding="ISOLatin1" could solve the problem. HAND Alexandros ______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.