Re: [Rd] readCitationFile encoding

2010-01-02 Thread Jens Elkner
On Thu, Dec 31, 2009 at 02:50:00PM -0500, Simon Urbanek wrote: > > On Dec 31, 2009, at 10:05 AM, Jens Elkner wrote: > > > OT: Wondering, what does "recommended portable encoding names" in this > > context mean (e.g. AFAIK 'latin1' is not a standardized name ...). > > It is in R -- since no stand

Re: [Rd] readCitationFile encoding

2009-12-31 Thread Simon Urbanek
On Dec 31, 2009, at 10:05 AM, Jens Elkner wrote: > On Thu, Dec 31, 2009 at 08:01:15AM +, Prof Brian Ripley wrote: >> On Thu, 31 Dec 2009, Jens Elkner wrote: > Hi, > >>> does anybody know, how to enforce a certain encoding for >>> readCitationFile()? Haven't found any usable documentation for

Re: [Rd] readCitationFile encoding

2009-12-31 Thread Jens Elkner
On Thu, Dec 31, 2009 at 08:01:15AM +, Prof Brian Ripley wrote: > On Thu, 31 Dec 2009, Jens Elkner wrote: Hi, > >does anybody know, how to enforce a certain encoding for > >readCitationFile()? Haven't found any usable documentation for this :( > > Really? Yes. Well, just started to dive into

Re: [Rd] readCitationFile encoding

2009-12-31 Thread Prof Brian Ripley
On Thu, 31 Dec 2009, Jens Elkner wrote: Hi, does anybody know, how to enforce a certain encoding for readCitationFile()? Haven't found any usable documentation for this :( Really? From the help file in current versions of R (2.10.1 patched, R-devel) ‘readCitationFile’ make use of the

[Rd] readCitationFile encoding

2009-12-30 Thread Jens Elkner
Hi, does anybody know, how to enforce a certain encoding for readCitationFile()? Haven't found any usable documentation for this :( E.g.: basecit <- system.file("CITATION", package="base") source(basecit, echo=TRUE, encoding="8859-1") readCitationFile(basecit) BTW: 'make check' is a relativ long