Displaying 1 result from an estimated 1 matches for "order_in_profil".
Did you mean:
order_in_profile
2011 Nov 24
0
R-2.14.0: read.csv2 with fileEncoding="UTF-8"
...[5] LC_TIME=German_Germany.1252
attached base packages:
[1] stats graphics grDevices utils datasets methods base
running under Windows Server 2008.
### RESULT:
> read.csv2("example.utf", fileEncoding="UTF-8")
VARIABLE LABEL ORDER_IN_PROFILE
1 A Umlauts:??? 45
2 B Umlauts:???? 35
>
#####################################################################
The exact same command executed under R-2.14.0 (running under Windows
7) gives a different output:
#######################################...