| From: | Andrus <kobruleht2(at)hot(dot)ee> |
|---|---|
| To: | pgsql-odbc(at)lists(dot)postgresql(dot)org |
| Subject: | Using special characters in password |
| Date: | 2021-02-25 21:06:15 |
| Message-ID: | 607647d2-ccf0-c8fd-c69e-b715e3202db3@hot.ee |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-odbc |
Hi!
Using special characters in connection string password like
DRIVER={PostgreSQL Unicode};PWD=pü
or in url encoded form
DRIVER={PostgreSQL Unicode};PWD=p%C3%BC
throws password error.
According to
and
https://www.url-encode-decode.com
PWD=p%C3%BC
should accepted as pü
Using Postgres 13.1 with 32-bit psqlodbc driver 13.00.0000 in Windows
10 non-unicode application where system locale is Windows-1257 (Baltic
Windows)
How to use special charcters in passwords ?
| From | Date | Subject | |
|---|---|---|---|
| Next Message | oki.ichikawa@ctc-g.co.jp | 2021-03-05 03:49:39 | psql-odbc-driver log |
| Previous Message | Sunil Goggi | 2021-02-25 13:33:28 | Fwd: Error while installing Postgresql ODBC driver on OS 2012 |