Hi!

I'm running R version 2.4.1 (2006-12-18) on MacOS X 10.4; my $LANG is 
ru_RU.KOI8-R.

While trying to plot a graph to PDF with cyrillic characters in the 
legend, I get warnings (in Russian):

 > pdf()
 > plot(c(1), c(1), main="тест")
Warning messages:
1: неизвестна ширина символа 0xd4
2: неизвестна ширина символа 0xc5
3: неизвестна ширина символа 0xd3
4: неизвестна ширина символа 0xd4
5: неизвестна ширина символа 0xd4
6: неизвестна ширина символа 0xc5
7: неизвестна ширина символа 0xd3
8: неизвестна ширина символа 0xd4

(it's "width of character 0xZZ is unknown")

The output PDF doesn't contain glyphs either.

I've been looking through the docs to figure out what possible extra 
parameters I need to specify, but failed to see anything relevant.

I'd appreciate any help. Thanks!

-- 
Vlad Skvortsov, [EMAIL PROTECTED], http://vss.73rus.com

______________________________________________
R-help@stat.math.ethz.ch 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.

Reply via email to