I'm trying to export a plot with some added notes which happen to be in Russian.
Using Mathematica 8.04 and WinXP I evaluate
Export["smt.pdf", "Текст на русском", CharacterEncoding -> "WindowsCyrillic"]
Which gives nonsense as output. Is there a way to solve this?
ExportandExportStringproduce the same data---Exportwill write a readable PDF on my machine (WinXP, Mathematica 8.0.4, like yours). TestExport["test.pdf", "Текст на русском"]again (precisely as I wrote it, don't includeCharacterEncoding), and if it still doesn't give you a readable output (try opening with Adobe Reader, that's what I used), then I have one more guess: set the system language to US English, reboot (just in case), and try again. I know it affects some things, e.g. parsing dates. – Szabolcs May 17 '12 at 9:06