Hi, everybody!
I am an experienced senior programmer, but absolutely newbie in R, so excuse me 
if my question is too silly.
I need for my work to evaluete some greek text statistically. The text  is in a 
Windows Unicode file, so I read it in via 
                             readLines(...,encoding="UCS-2LE")
and it works perfectly! But finally the program has to write out the results 
(e.g. frequencies, but of course the greek root words too) to an output unicode 
text file, which could be later read in by another R program or edited by 
Notepad or MS Word. I tried it with the same method (for examle using cat), but 
the result, i.e. the output  isn't a rightly encoded Windows file.
Before sending this email I've searched for an answer to my question in the 
helps and also in learning guides and have found some hints but no solution.
Please do help me! 
Rezsõ

        [[alternative HTML version deleted]]

______________________________________________
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.

Reply via email to