You're correct, bad form on my part. In reality, I did it in two steps as
you suggested, just condensed for purposes of a brief communication. mark

On Mon, May 5, 2008 at 1:52 AM, Peter Dalgaard <[EMAIL PROTECTED]>
wrote:

> Mark Kimpel wrote:
>
> > Thanks guys. For the benefit of anyone following up on this in the
> > future, I
> > solved my problem in my offending file with:
> >
> > iconv -f LATIN1 -t UTF-8 methods.output.func.R >> methods.output.func.R
> >
> > Mark
> >
> >
> That line triggers a knee-jerk reflex with me (possibly unfairly since it
> apparently did the job). I have always learned that using the same file for
> input and output is asking for trouble: if something goes wrong on the way,
> you end with neither of them. I'd do
>
> iconv -f LATIN1 -t UTF-8 methods.output.func.R > xxxx
> mv xxxx methods.output.func.R
>
>
>
>
> --
>  O__  ---- Peter Dalgaard             Ă˜ster Farimagsgade 5, Entr.B
>  c/ /'_ --- Dept. of Biostatistics     PO Box 2099, 1014 Cph. K
> (*) \(*) -- University of Copenhagen   Denmark      Ph:  (+45) 35327918
> ~~~~~~~~~~ - ([EMAIL PROTECTED])              FAX: (+45) 35327907
>
>
>


-- 
Mark W. Kimpel MD ** Neuroinformatics ** Dept. of Psychiatry
Indiana University School of Medicine

15032 Hunter Court, Westfield, IN 46074

(317) 490-5129 Work, & Mobile & VoiceMail
(317) 663-0513 Home (no voice mail please)

******************************************************************

        [[alternative HTML version deleted]]

______________________________________________
R-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel

Reply via email to