Skip to content
Prev 247244 / 398503 Next

unicode&pdf font problem RESOLVED

I have many German umlauts in my data sets and code them UTF-8. 
When it comes to plotting on pdf, I figured out that "CP1257" is a 
good choice to output Umlauts. I have no experiences with 
"CP1250", but maybe this small hint helps:

pdf(file=paste(sharepath, "/filename.pdf", sep=""), 9, 6, 
pointsize = 11, family = "Helvetica", encoding = "CP1257")

*S*
On 11-01-13 16:17, tdenes at cogpsyphy.hu wrote: