Is there any candidate release date for 1.7 version?

2017-09-07 Thread Lazaro Garcia
Hello everyone. Is there any candidate release date for 1.7 version? Regards.

Re: Unicode "\uFEFF" getting copied from pgadmin 1.6 SQL window

2017-09-07 Thread Barrington-Hughes, Alan
>From what I can see in the IDE, everything is UTF-8. Cheers, Alan On Sep 7, 2017, at 12:46 AM, Murtuza Zabuawala mailto:murtuza.zabuaw...@enterprisedb.com>> wrote: This email did not originate from the Premier, Inc. network. Use caution when opening attachments or clicking on URLs.

Re: Unicode "\uFEFF" getting copied from pgadmin 1.6 SQL window

2017-09-07 Thread Michael Rasmussen
FYI – uFEFF is the Unicode Byte Order mark, i.e. Big Endian vs Little Endian, that may optionally start any Unicode string. In my experience, I have found many builders of text editors treat optionally as meaning they can ignore it, when in fact they need to check for it and handle it correctly.

Re: Unicode "\uFEFF" getting copied from pgadmin 1.6 SQL window

2017-09-07 Thread Murtuza Zabuawala
Hi, I tested with almost all browsers in web mode on Mac and not able to re-produce the issue. You might be facing the issue in runtime, I suspect that Qt WebEngine may be responsible for this behaviour (It sounds like CodeMirror's copy handler is somehow not running, and WebEngine's native copy