Re: [pgadmin-hackers] [pgAdmin4][Patch]: Fixes #1940 - Handle non-ascii characters in file/folder names

2016-11-25 Thread Dave Page
Hi On Thu, Nov 24, 2016 at 10:44 AM, Surinder Kumar wrote: > Hi > > This patch handles encode/decode issues for files names when following > operations are performed such as "create/rename/delete/download/upload" or > browsing a file etc. > > Changes in code: >

[pgadmin-hackers] [pgAdmin4][Patch]: Fixes #1940 - Handle non-ascii characters in file/folder names

2016-11-24 Thread Surinder Kumar
Hi This patch handles encode/decode issues for files names when following operations are performed such as "create/rename/delete/download/upload" or browsing a file etc. *Changes in code:* 1) Removed cleanstring() js function which converts ascii characters into its alphabetical characters. We