[Rd] use of UTF-8 \uxxxx escape sequences in function arguments

2012-01-18 Thread Thomas Zumbrunn
ch")) { myarg <- match.arg(myarg) } ## test plain("Zürich") ## works plain("Z\u00BCrich") ## fails escaped(&

Re: [Rd] use of UTF-8 \uxxxx escape sequences in function arguments

2012-01-19 Thread Thomas Zumbrunn
On Thursday 19 January 2012, peter dalgaard wrote: > On Jan 18, 2012, at 23:54 , Thomas Zumbrunn wrote: > > plain("Zürich") ## works > > plain("Z\u00BCrich") ## fails > > escaped("Zürich") ## fails > > escaped("Z\u00BCrich&q

Re: [Rd] use of UTF-8 \uxxxx escape sequences in function arguments

2012-01-20 Thread Thomas Zumbrunn
On Friday 20 January 2012, Simon Urbanek wrote: > On Jan 19, 2012, at 6:39 PM, Thomas Zumbrunn wrote: > > On Thursday 19 January 2012, peter dalgaard wrote: > >> On Jan 18, 2012, at 23:54 , Thomas Zumbrunn wrote: > >>> plain("Zürich") ## works > >>

Re: [Rd] X11 device distortion (PR#10666)

2008-01-31 Thread Thomas Zumbrunn
On Thursday 31 January 2008, Hin-Tak Leung wrote: > My first thought was that you must be using Xinerama or TwinView - > and you did mention Xinerama in your r-help message but not > in your bug report - this detail is important. Yes, I forgot to mention this. > That said, I don't know enough abo