Please ignore above patch. because it breaks when we save a file with name
containing ascii chars in py35
It is fixed. Please find attached patch and review.
On Thu, Nov 24, 2016 at 2:56 PM, Surinder Kumar <
surinder(dot)kumar(at)enterprisedb(dot)com> wrote:
> Hi
>
> *Issue:*
> The content will not write to disk if it contains ascii characters.
>
> *Solution:*
> Encode/Decode the content before writing/reading the file.
>
> By the way, the file/folder name should also encode/decode, a similar
> issue is already logged
> #1940 <https://redmine.postgresql.org/issues/1940>. I will work on it.
>
> Please find attached path and review.
>
>
> Thanks,
> Surinder Kumar
>
>
>