[Rd] Setting LC_CTYPE=en_US.UTF-8 failed
Tomas Kalibera
tom@@@k@||ber@ @end|ng |rom gm@||@com
Thu Jun 6 12:22:52 CEST 2019
On 6/5/19 3:49 AM, Steven Penny wrote:
> Using this in my "~/.profile":
>
> export LC_ALL=en_US.UTF-8
>
> Yields this:
>
> $ Rscript -e 'print(9)'
> During startup - Warning message:
> Setting LC_CTYPE=en_US.UTF-8 failed
> [1] 9
>
> This is confusing as the exact same environment works fine with other
> languages:
>
> $ python3 -c 'print(9)'
> 9
>
> $ ruby -e 'puts 9'
> 9
The locale is probably not available on your system, please
install/generate it.
Tomas
>
> ______________________________________________
> R-devel using r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-devel
More information about the R-devel
mailing list