bug when using special caracter in password for folder.
Hello,
I used a é in the password. Also, you can see the interface doesn't
support well french caracters. you should read S'il vous plaît in the
prompt.
the error i had, caused by é in the password, was :
postgresql l'installation peut avoir échoué l'initialisation du cluster
de bases de données a échoué
thank you
Attachments:
RY0gGnDY6nc8ctGN.pngimage/png; name=RY0gGnDY6nc8ctGN.pngDownload+1-0
=?UTF-8?Q?Fran=C3=A7ois_Jourdain?= <francois.jourdain@hotmail.com> writes:
I used a é in the password. Also, you can see the interface doesn't
support well french caracters. you should read S'il vous plaît in the
prompt.
the error i had, caused by é in the password, was :
postgresql l'installation peut avoir échoué l'initialisation du cluster
de bases de données a échoué
What this sounds like is an encoding problem. Non-ASCII characters
such as é have different bit-level representations depending on
whether you are using UTF-8, ISO 8859-1, WIN1252, etc. Unfortunately
there's usually not a lot Postgres can do about this kind of thing,
since it's impossible to guess reliably what encoding a chunk of text
is meant to be in. You have to be careful to configure your operating
system environment so that the same encoding assumptions prevail
throughout.
In any case, we definitely can do nothing about it with zero context
information. You didn't even mention what OS you're using.
regards, tom lane
You should make a warning stating invalid caracter.
Thank you
It s solved on my side.
Show quoted text
On Sep 4, 2024 at 12:55 PM, Tom Lane <tgl@sss.pgh.pa.us> wrote:
=?UTF-8?Q?Fran=C3=A7ois_Jourdain?= <francois.jourdain@hotmail.com> writes:
I used a é in the password. Also, you can see the interface doesn't
support well french caracters. you should read S'il vous plaît in the
prompt.
the error i had, caused by é in the password, was :
postgresql l'installation peut avoir échoué l'initialisation du cluster
de bases de données a échouéWhat this sounds like is an encoding problem. Non-ASCII characters
such as é have different bit-level representations depending on
whether you are using UTF-8, ISO 8859-1, WIN1252, etc. Unfortunately
there's usually not a lot Postgres can do about this kind of thing,
since it's impossible to guess reliably what encoding a chunk of text
is meant to be in. You have to be careful to configure your operating
system environment so that the same encoding assumptions prevail
throughout.In any case, we definitely can do nothing about it with zero context
information. You didn't even mention what OS you're using.regards, tom lane
Import Notes
Reply to msg id not found: 1661516.1725468924@sss.pgh.pa.usLV2P220MB08729717B8BFCA71E7F6A7F4EC9C2@LV2P220MB0872.NAMP220.PROD.OUTLOOK.COM