Re: Perl DBI converts UTF-8 again to UTF-8 before sending it to the server

From: Christoph Moench-Tegeder <cmt(at)burggraben(dot)net>
To: Matthias Apitz <guru(at)unixarea(dot)de>
Cc: pgsql-general(at)lists(dot)postgresql(dot)org
Subject: Re: Perl DBI converts UTF-8 again to UTF-8 before sending it to the server
Date: 2019-10-04 15:22:03
Message-ID: 20191004152203.GB2532@elch.exwg.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

## Matthias Apitz (guru(at)unixarea(dot)de):

> my $text = "ä \xc3\xa4";

That will only work if you remove "use utf8". And then other stuff may
break.

Regards,
Christoph

--
Spare Space

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Alvaro Herrera 2019-10-04 15:30:47 Re: Pg11 -- MultiXactId xxxx has not been created yet -- apparent wraparound
Previous Message Matthias Apitz 2019-10-04 15:07:49 Re: Perl DBI converts UTF-8 again to UTF-8 before sending it to the server