Hi,
to put it simply. Windows cannot handle utf-8 data. There is no utf-8
locale available.
If your corpus only contains Russian data, maybe English glosses etc.
you can try to set lang of Rgui.exe to Russian.
Then at least you can use grep, strsplit because they are depending
on the locales chosen.
On 30.05.2008, at 17:14, Stefan Th. Gries wrote:
# I can do that all on Linux, but this arises in a context where
# many other character processing issues are explained for Mac,
# Linux, *and* Windows, and I'd hate to have to say "this one
# thing, you can't do on Windows"
Unfortunately I have to say this quite often :)
Cheers,
--Hans
______________________________________________
R-help@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.