Displaying 1 result from an estimated 1 matches for "raw_before".
Did you mean:
ac_before
2011 Feb 17
1
Problem with writing a file in UTF-8
Hello,
I am working with a data frame containg character strings with many special
symbols from various European languages. When writing such character
strings to a file using the UTF-8 encoding, some of them are converted in a
strange way. See the following example, run in R 2.12.1 on Windows 7:
out <- file( description="out.txt", open="w", encoding="UTF-8")