Skip to content
Prev 358047 / 398500 Next

on specifying an encoding for plot's main-argument

On 29/01/2016 10:35 AM, Daniel Bastos wrote:
As far as I know that's impossible.  R uses the system encoding, and I 
don't think any Windows versions use UTF-8 code pages.  They use UTF-16 
for wide characters, and some 8 bit encoding for byte-sized characters. 
  R will use whatever 8 bit code page Windows chooses.
If you enter the string as a literal, it is not using UTF-8 encoding, 
it's using the system's 8 bit encoding.
Duncan Murdoch