[R] R CMD BATCH Unicode

Ned Harding ned at alteryx.com
Wed Jun 26 18:41:17 CEST 2013


So just to clarify - there is no way to use R CMD BATCH on windows with Unicode?  Any advice of how to use R in a batch mode with Unicode inputs and outputs?

Ned.

-----Original Message-----
From: r-help-bounces at r-project.org [mailto:r-help-bounces at r-project.org] On Behalf Of Prof Brian Ripley
Sent: Wednesday, June 26, 2013 12:45 AM
To: r-help at r-project.org
Subject: Re: [R] R CMD BATCH Unicode

On 25/06/2013 20:35, Ned Harding wrote:
> Just to clarify: The encoding didn't come through in the email.  print("éíôåëëåãåâáè") is meant to be a bunch of random greek characters.

In that case the message is likely correct.  You failed to give us the 'at a minimum information' required by the posting guide, but you can only have input scripts in the locale encoding (and there are no UTF-8 locales on Windows).  So unless you were in a Greek locale, the re-encoding should have failed.

> Ned.
>
> -----Original Message-----
> From: r-help-bounces at r-project.org 
> [mailto:r-help-bounces at r-project.org] On Behalf Of Ned Harding
> Sent: Tuesday, June 25, 2013 11:35 AM
> To: r-help at r-project.org
> Subject: [R] R CMD BATCH Unicode
>
> Hey,
>
> I am looking for some help using Unicode with R CMD BATCH on windows.  In particular I would like my input and output files to be UTF-8 encoded.  My command line looks like this:
>
> r CMD BATCH --encoding=UTF-8 in.txt out.txt
>
> in.txt is utf-8 encoded and contains:
>
> print("éíôåëëåãåâáè")
>
> out.txt gets:
>
> + <ERROR: re-encoding failure from encoding 'UTF-8'>
>
> What is the proper way to specify encoding on the command line?
>
> Thanks in advance,
>
> Ned.
>
> 	[[alternative HTML version deleted]]
>
> ______________________________________________
> R-help at r-project.org 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.

Please do, and note what it says about HTML mail, too.



-- 
Brian D. Ripley,                  ripley at stats.ox.ac.uk
Professor of Applied Statistics,  http://www.stats.ox.ac.uk/~ripley/
University of Oxford,             Tel:  +44 1865 272861 (self)
1 South Parks Road,                     +44 1865 272866 (PA)
Oxford OX1 3TG, UK                Fax:  +44 1865 272595

______________________________________________
R-help at r-project.org 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.



More information about the R-help mailing list