Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtp (Exim 4.84_2) (envelope-from ) id 1bNLlG-0001XV-Ow for pgadmin-hackers@arkaria.postgresql.org; Wed, 13 Jul 2016 15:07:42 +0000 Received: from localhost ([127.0.0.1] helo=postgresql.org) by malur.postgresql.org with smtp (Exim 4.84_2) (envelope-from ) id 1bNLlG-0005Jr-8K for pgadmin-hackers@arkaria.postgresql.org; Wed, 13 Jul 2016 15:07:42 +0000 Received: from makus.postgresql.org ([2001:4800:1501:1::229]) by malur.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1bNJbX-0005B7-KM for pgadmin-hackers@postgresql.org; Wed, 13 Jul 2016 12:49:31 +0000 Received: from mail-lf0-x232.google.com ([2a00:1450:4010:c07::232]) by makus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.84_2) (envelope-from ) id 1bNJbU-00056w-UV for pgadmin-hackers@postgresql.org; Wed, 13 Jul 2016 12:49:30 +0000 Received: by mail-lf0-x232.google.com with SMTP id b199so38693458lfe.0 for ; Wed, 13 Jul 2016 05:49:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=subject:to:references:cc:from:message-id:date:user-agent :mime-version:in-reply-to; bh=2FWmqwgq8GuI9dAyOMFoQvp9ztPTJVo6v3EXsoHTjuA=; b=QrlWUrdyBNkbFmr0pnbzqc9UznobBX+sCGeHQpGWkA51tBl0MkcKVSMuRS3eM1eF2p bI4TUPLGiJApOS1iaT+MVaktNfI9kpruRgiEfbNp5X7XfPfeG1FkFPJcL5lHWp3GywVa rh2coSYrgqTteQpB4a4IKj88cN9nruCIp5CD9KmhR9UrQVDn1TWw47SaDArAnq7/KTeU 9z0885fyzhjOUBIjwD+TTdCnCjL13R7OOeAxedQGObcw8rw/wfLpFzkiUk54O7oQG5on Ow1S4J5OXj+VQHZ3mE6928vusk4SgZgYAYfAW41gFxpnr3RHR+9OJDVaKr3GuM5xE5qq 1Wnw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:subject:to:references:cc:from:message-id:date :user-agent:mime-version:in-reply-to; bh=2FWmqwgq8GuI9dAyOMFoQvp9ztPTJVo6v3EXsoHTjuA=; b=KgueokfplraiFJd35yc9Im0Oe2rcsX0dHkxK9ZcK3T8cM+bHSzFR7gguh4emuoP/Xo CiXoywuhM3IIRI4fLJYrVV2GxZz37pFuZvLSnC/btGig+UurwropznWxx+9pOXd1ILKy 23E9baJ91LHhotYgCMFF1WhoDu1nBjJ3sdm7Y9guuhR27bMplekoOEUOLDzJg3NxysLE YdnaUg/2nInUMeO16z082BI0y9h6TCJC0FwQhcCSC5V4ExaWmOiaxA+Dt1ghc2tVEtDg iBFfSNnIigHYE0jxiCrIfgvhKenJC1Rw6gOeSMWAj4i4EaVuPqfTMyWpWelVLj4ccwdE Vz3g== X-Gm-Message-State: ALyK8tKzl4tNyu4lVEi3blemRuX/jXCR4C8OWRQk6YRQlKN741lgRENDT94yPvrWeHfveg== X-Received: by 10.46.71.3 with SMTP id u3mr4483989lja.67.1468414166754; Wed, 13 Jul 2016 05:49:26 -0700 (PDT) Received: from [0.0.0.0] ([185.97.214.108]) by smtp.gmail.com with ESMTPSA id 88sm117065lfr.23.2016.07.13.05.49.23 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 13 Jul 2016 05:49:26 -0700 (PDT) Subject: Re: [Patch] Fix Unicode in errmsg To: Ashesh Vashi References: <2048fa7e-7563-3edd-db2c-d58b97b98bee@gmail.com> <5aef049f-d684-3a52-5b8f-0b31e3a74f32@gmail.com> Cc: pgadmin-hackers From: Magnun Leno Message-ID: <80392e4f-91ee-ae96-06bd-f7e63c51d9ae@gmail.com> Date: Wed, 13 Jul 2016 09:49:19 -0300 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.1.1 MIME-Version: 1.0 In-Reply-To: Content-Type: multipart/alternative; boundary="------------386A6360C1F4FBD17DF84C59" X-Pg-Spam-Score: -2.7 (--) 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 This is a multi-part message in MIME format. --------------386A6360C1F4FBD17DF84C59 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit > I've changed only the data coming as the user input for deferent > nodes. :-) Great! > It's good to have feedback like above. > That will give us the idea, where we need improvements, as all the > current developers, working on pgAdmin 4, are from English background. I'm really interested in contributing to the project. I hope to have some spare time soon, so I can study the source code and send some improvements, not just fixes. > > Thanks for the inputs/feedbacks, please keep them coming. I will. Thanks for being so receptive, generally big open source aren't friendly. --- Magnun Leno --------------386A6360C1F4FBD17DF84C59 Content-Type: text/html; charset=utf-8 Content-Transfer-Encoding: 7bit
I've changed only the data coming as the user input for deferent nodes. :-)
Great!
It's good to have feedback like above.
That will give us the idea, where we need improvements, as all the current developers, working on pgAdmin 4, are from English background.
I'm really interested in contributing to the project. I hope to have some spare time soon, so I can study the source code and send some improvements, not just fixes.

Thanks for the inputs/feedbacks, please keep them coming.
I will. Thanks for being so receptive, generally big open source aren't friendly.

---
Magnun Leno
--------------386A6360C1F4FBD17DF84C59--