Re: [Plplot-devel] plbuffer bug

2016-12-15 Thread p.d.rosenberg
20 or so bytes. Adding another 3 is not an issue. Sent from my Windows 10 phone From: Alan W. Irwin Sent: 15 December 2016 22:59 To: Phil Rosenberg Cc: plplot-devel@lists.sourceforge.net Subject: Re: [Plplot-devel] plbuffer bug On 2016-12-15 20:38- Phil Rosenberg wrote: > Hi All >

Re: [Plplot-devel] plbuffer bug

2016-12-15 Thread Jim Dishaw
> On Dec 15, 2016, at 5:59 PM, Alan W. Irwin wrote: > >> On 2016-12-15 20:38- Phil Rosenberg wrote: >> >> The problem is that text is written and read in "device native" >> encoding (i.e. Unicode or ascii) so if a buffer is copied from a >> Unicode device to an ascii one then the plreplot

Re: [Plplot-devel] plbuffer bug

2016-12-15 Thread Alan W. Irwin
On 2016-12-15 20:38- Phil Rosenberg wrote: > Hi All > I've just posted a bug to the bug tracker regarding the buffer. > > I just wanted to send an email out to say that I don't particularly > intend to fix it before the freeze as I don't think there is time. But > I wanted to stick it on the

[Plplot-devel] plbuffer bug

2016-12-15 Thread Phil Rosenberg
Hi All I've just posted a bug to the bug tracker regarding the buffer. I just wanted to send an email out to say that I don't particularly intend to fix it before the freeze as I don't think there is time. But I wanted to stick it on the tracker so it didn't get forgotten. The problem is that te