Re: Regarding non-ascii characters in the path for Windows installer

From: Dave Page <dpage(at)pgadmin(dot)org>
To: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
Cc: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: Re: Regarding non-ascii characters in the path for Windows installer
Date: 2025-01-17 12:01:56
Message-ID: CA+OCxox7H9hLn9CjKJQErqKXU+cbedaxW7aq1KLJfoRqUYO+-A@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Hi

On Thu, 16 Jan 2025 at 11:23, Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
wrote:

> Hi Dave/Hackers
>
> I am looking into issue 5204
> <https://github.com/pgadmin-org/pgadmin4/issues/5204> where the pgAdmin 4
> Windows installer throws an error of "Please provide a valid path," when
> the user name contains non-ASCII characters.
>
> We have added a function IsPathValid to validate the path in the "
> installer.iss.in" file, because of this function Windows installer throws
> an error.
>
> [image: Code.png]
> Can we remove this logic? Thoughts/Suggestions?
>

I don't think we can just remove it - if memory serves, we added it because
we ran into issues in some cases. Obviously we can't do an exhaustive test,
but can we confirm that pgAdmin will work with at least some non-ASCII
characters in the path, e.g. some accented characters, Kanji, Cyrillic etc?

--
Dave Page
pgAdmin: https://www.pgadmin.org
PostgreSQL: https://www.postgresql.org
pgEdge: https://www.pgedge.com

In response to

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2025-01-17 12:31:12 Re: pgAdmin Async Server Cursor
Previous Message Akshay Joshi 2025-01-16 11:22:42 Regarding non-ascii characters in the path for Windows installer