Skip to content
Prev 311619 / 398503 Next

How to read jpeg image with russian font in R?

On Nov 21, 2012, at 11:21 PM, Manish Gupta wrote:

            
You are working with two different plotting paradigms. pdf and ps are  
vector formats and do encode the text as individual characters. But  
jpeg is a lossy bitmap format, so text is not separately encoded as  
characters.
There is a package named 'jpeg" so I'm wondering if you are unaware  
the case in naming objects in R is enforced?