Description
If the created user has a password that is not in Latin, it will be impossible to connect to the server

HeidiSQL version
12.10.0.7000
Database server version
PostgreSQL 16.8 (Debian 16.8-1.pgdg110+1)
Reproduction recipe
- Create database user
postgres=# create role someuser with password 'пароль' login;
CREATE ROLE
Time: 7.028 ms
- Create connection in HeidiSQL and try to connect

Error/Backtrace