Subject: | UTF-8 encoding problem with $DBI::errstr |
From the mailing list:
===
Michael Hofmann <bug_report@ubhofmann.de>
There seems to be something wrong with the UTF-8 encoding of
$DBI::errstr. The little program below, which tries to
connect to a non-existing PostgreSQL database, prints
in case of LC_ALL="en_US.utf8":
could not translate host name "unknown" to address: [...]
which is fine, but for LC_ALL="de_DE.utf8", it prints
konnte Hostname »unknown« nicht in Adresse übersetzen: [...]
which is wrong! It should be:
konnte Hostname »unknown« nicht in Adresse übersetzen: [...]
===