Quoting Uwe Ligges :
R is not able to re-encode the file to the native encoding. But if you
keep it in UTF-8, what is the problem to grep for the specific
characters (as grep and friends support the argument useBytes these
days)?
The Problem with UTF-8 is that I'm not able to cat a valid xml-
R is not able to re-encode the file to the native encoding. But if you
keep it in UTF-8, what is the problem to grep for the specific
characters (as grep and friends support the argument useBytes these days)?
Best,
Uwe Ligges
On 01.03.2010 17:15, t.wun...@stud.uni-heidelberg.de wrote:
Hello
Hello Uwe,
Quoting Uwe Ligges :
You can arrange the former without a loop by
xml <- paste(t, collapse="")
Thank you, another trick to improve my R-skills :)
For the other problem you are reporting: Can you make (the relevbant
part of) your file available (say on some web site) so that we can
On 01.03.2010 15:45, t.wun...@stud.uni-heidelberg.de wrote:
Hello,
I'm a little frightened because of a problem that occured lately as I
tried to read in a xml-file (for replacing some variables in the string
with values from a data frame). The almost biggest problem is the
encoding of the xml
Hello,
I'm a little frightened because of a problem that occured lately as I
tried to read in a xml-file (for replacing some variables in the
string with values from a data frame). The almost biggest problem is
the encoding of the xml-file. Since it is generated by Word 2007 its
encoding
5 matches
Mail list logo