Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtp (Exim 4.84_2) (envelope-from ) id 1bMZWE-0005lY-07 for pgadmin-hackers@arkaria.postgresql.org; Mon, 11 Jul 2016 11:36:58 +0000 Received: from localhost ([127.0.0.1] helo=postgresql.org) by malur.postgresql.org with smtp (Exim 4.84_2) (envelope-from ) id 1bMZWD-00014U-JW for pgadmin-hackers@arkaria.postgresql.org; Mon, 11 Jul 2016 11:36:57 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1bMZWC-00012m-KD for pgadmin-hackers@postgresql.org; Mon, 11 Jul 2016 11:36:56 +0000 Received: from mail-it0-x230.google.com ([2607:f8b0:4001:c0b::230]) by magus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.84_2) (envelope-from ) id 1bMZW8-0002l3-Ij for pgadmin-hackers@postgresql.org; Mon, 11 Jul 2016 11:36:56 +0000 Received: by mail-it0-x230.google.com with SMTP id f6so51204720ith.1 for ; Mon, 11 Jul 2016 04:36:52 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=pgadmin-org.20150623.gappssmtp.com; s=20150623; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=Zjv14Up4Sej7EVd1kjV+ZwQbECPo8pMri7KzPxIHCSs=; b=yOHZTNnjYRlQqyYdS02JBHdgVhnwEbqLaCyUaInGUNlHkgDAPMaZxoZCEeVYJ+1sf6 2BBl80kd+7IRpPnF7GJJ1XH8AWTf7WzrHVSAwsVq1xa+F0K1yxwHtn6JH960o8X1fX8U KBhcVIzCUq87H5XHIWCtrbBhutfLKveGY7AbLrC0RnLz/KlUvaAGEWQpXG/cRL64h2EP yGH9t4vDSAlpEpTS5KKG1NPo8oP59GykofJksrG8qkYwk5xdPr1On7P2/MIkz6nS8nom MQORhSWmG3AKLTc1Pq8dBLaHW5sKODU8uug8tHC30y9cBbl6WNmVWuYpva8zdkJFHSFt SkFA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=Zjv14Up4Sej7EVd1kjV+ZwQbECPo8pMri7KzPxIHCSs=; b=PpecH/HJGqtOX/ufJuBkRbISEdngxWEt+x9WPTNP1cLeIOBNLV/4BbcRzU38thtypS 88wI7VuIXQPUKSiMuFVUPIbMzDGzpaGWr5kD2ll0UJ6GpHV5NnRBM4i6ROO1Sb4nfjdo 0T38D8cWvt1EUnhEwTaR6m/RHFIQRuhu7DmS9YMBBHpSpzcBkTazZ2zBhoNYpX6QzYl2 fe9UEK/NGxlWMV54hK4DokQH769v+gqqMCOn8JeUzjPBfzgBlyc/tFBRyAsj2V3MgDWx npbJo/TqwcR3mikebCdTD1LKfSRKqz7Y5vsdfAX3zxTVcbQLr/y7v35pIRQBnv01E/92 OOGQ== X-Gm-Message-State: ALyK8tJpzS5BqOlY7byvVfH2r3o6Pz3/tSQsQ4riREkOUA+NJpWzNqey3DHmXSu1X+23EPQPpbMrkh5RlO9OgQ== X-Received: by 10.36.22.195 with SMTP id a186mr15709135ita.37.1468237011068; Mon, 11 Jul 2016 04:36:51 -0700 (PDT) MIME-Version: 1.0 Received: by 10.64.208.97 with HTTP; Mon, 11 Jul 2016 04:36:50 -0700 (PDT) In-Reply-To: References: <2048fa7e-7563-3edd-db2c-d58b97b98bee@gmail.com> From: Dave Page Date: Mon, 11 Jul 2016 12:36:50 +0100 Message-ID: Subject: Re: [Patch] Fix Unicode in errmsg To: "Magnun Leno (Pessoal)" Cc: pgadmin-hackers , Ashesh Vashi Content-Type: multipart/alternative; boundary=001a1144590c7db36a05375a91ec X-Pg-Spam-Score: -2.6 (--) List-Archive: List-Help: List-ID: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: X-Mailing-List: pgadmin-hackers Precedence: bulk Sender: pgadmin-hackers-owner@postgresql.org --001a1144590c7db36a05375a91ec Content-Type: text/plain; charset=UTF-8 Ashesh, please review/commit this one too. Thanks. On Fri, Jul 8, 2016 at 5:07 PM, Magnun Leno (Pessoal) wrote: > Just found another decoding error, this time during server group creation. > Path attached. > > Thanks again. > > --- > > Magnun Leno > > Em 07-07-2016 08:39, Ashesh Vashi escreveu: > > Sure - I will do. > > -- > > Thanks & Regards, > > Ashesh Vashi > EnterpriseDB INDIA: Enterprise PostgreSQL Company > > > > *http://www.linkedin.com/in/asheshvashi* > > > On Thu, Jul 7, 2016 at 2:31 PM, Dave Page wrote: > >> Thanks Magnun. >> >> Ashesh, can you review this please, and check if similar changes are >> needed elsewhere? >> >> Thanks. >> >> On Wed, Jul 6, 2016 at 7:55 PM, Magnun Leno (Pessoal) >> wrote: >> > Hi All, >> > >> > Just a small patch to fix server addition/connection errors when using >> > non-ascii languages (pt_BR in my case). I haven't delved enough into the >> > codebase to be sure, but there might be more occurrences of errmsg that >> need >> > decoding from ASCII to UTF-8. >> > >> > Is there any plans to port PgAdmin4 to Python3, since Python 2 will >> only be >> > maintained until 2020? Python 3 support was added in Flask 0.10 and, as >> > mentioned in the Flask Docs, "Most libraries and Flask extensions have >> been >> > ported by now and using Flask with Python 3 is generally a smooth >> ride.". >> > >> > Thanks for this amazing piece of software. >> > >> > -- >> > Magnun Leno >> > >> > >> > -- >> > Sent via pgadmin-hackers mailing list ( >> pgadmin-hackers@postgresql.org) >> > To make changes to your subscription: >> > http://www.postgresql.org/mailpref/pgadmin-hackers >> > >> >> >> >> -- >> Dave Page >> Blog: http://pgsnake.blogspot.com >> Twitter: @pgsnake >> >> EnterpriseDB UK: http://www.enterprisedb.com >> The Enterprise PostgreSQL Company >> > > > > > -- > Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org) > To make changes to your subscription: > http://www.postgresql.org/mailpref/pgadmin-hackers > > -- Dave Page Blog: http://pgsnake.blogspot.com Twitter: @pgsnake EnterpriseDB UK: http://www.enterprisedb.com The Enterprise PostgreSQL Company --001a1144590c7db36a05375a91ec Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Ashesh, please review/commit this one too.

<= div>Thanks.

On Fri, Jul 8, 2016 at 5:07 PM, Magnun Leno (Pessoal) <magnun.le= no@gmail.com> wrote:
=20 =20 =20

Just found another decoding error, this time during server group creation. Path attached.

Thanks again.

---

Magnun Leno


Em 07-07-2016 08:39, Ashesh Vashi escreveu:
Sure - I will do.

--

Thanks & Regards,

Ashesh Vashi EnterpriseDB INDIA: Enterprise PostgreSQL Company


http://www.linkedin.com/in/asheshvashi


On Thu, Jul 7, 2016 at 2:31 PM, Dave Page <dpage@pgadmin.org> wrote:
Thanks Magnun.

Ashesh, can you review this please, and check if similar changes are
needed elsewhere?

Thanks.

On Wed, Jul 6, 2016 at 7:55 PM, Magnun Leno (Pessoal)
<magnun.leno@gmail.com> wrote:
> Hi All,
>
> Just a small patch to fix server addition/connection errors when using
> non-ascii languages (pt_BR in my case). I haven't delved enough into the
> codebase to be sure, but there might be more occurrences of errmsg that need
> decoding from ASCII to UTF-8.
>
> Is there any plans to port PgAdmin4 to Python3, since Python 2 will only be
> maintained until 2020? Python 3 support was added in Flask 0.10 and, as
> mentioned in the Flask Docs, "Most libraries and Flask extensions have been
> ported by now and using Flask with Python 3 is generally a smooth ride.".
>
> Thanks for this amazing piece of software.
>
> --
> Magnun Leno
>
>
> --
> Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresq= l.org)
> To make changes to your subscription:
> http://www.postgresql.org/mai= lpref/pgadmin-hackers
>



--
Dave Page
Blog: http://pgsnake.blogspot.com
Twitter: @pgsnake

EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise PostgreSQL Company




--
Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgadmin-hackers=




--
--001a1144590c7db36a05375a91ec--