Regarding non-ascii characters in the path for Windows installer

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: Regarding non-ascii characters in the path for Windows installer
Date: 2025-01-16 11:22:42
Message-ID: CANxoLDdq6E8uMHMqcMw_Qz4EFV_Fx4m_4fvwkmnU=YkFxEdqDg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

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?

Akshay Joshi

Principle Software Architect

enterprisedb.com

* Blog*: https://www.enterprisedb.com/akshay-joshi
* GitHub*: https://github.com/akshay-joshi
* LinkedIn*: https://www.linkedin.com/in/akshay-joshi-086497216

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2025-01-17 12:01:56 Re: Regarding non-ascii characters in the path for Windows installer
Previous Message Aditya Toshniwal 2025-01-16 06:37:05 Re: Regarding feature #3319