On 16/05/2011 8:33 AM, Lyolya wrote:
Dear Duncan,
Thank you very much for your reply!
I have tried what you have suggested. R was definitely assuming a different
text encoding, and after trying the l10n_info() command, I got the
following:
l10n_info()
$MBCS
[1] TRUE
$`UTF-8`
[1] TRUE
$`Lati
Dear Duncan,
Thank you very much for your reply!
I have tried what you have suggested. R was definitely assuming a different
text encoding, and after trying the l10n_info() command, I got the
following:
l10n_info()
$MBCS
[1] TRUE
$`UTF-8`
[1] TRUE
$`Latin-1`
[1] FALSE
My data is a dataframe
On 13/05/2011 4:57 PM, lyolya wrote:
Hello,
I am experiencing a problem in reading a database in Russian. The problem
appears when it comes to char variables. I have already tried changing the
encoding, i.e.
options(encoding="UTF-8")
and
options(encoding="KOI8-R")
but every time there appear
Hello,
I am experiencing a problem in reading a database in Russian. The problem
appears when it comes to char variables. I have already tried changing the
encoding, i.e.
options(encoding="UTF-8")
and
options(encoding="KOI8-R")
but every time there appear to be something unreadable in the dat
4 matches
Mail list logo