Re: utf8 issues

From: Vick Khera <vivek(at)khera(dot)org>
To: pgsql-general <pgsql-general(at)postgresql(dot)org>
Subject: Re: utf8 issues
Date: 2015-02-25 15:24:13
Message-ID: CALd+dcdvkHzTdmyzkDEKv1dj_F2+-qCmZFLChUfGFxQAqxsG=g@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Fix the character sequence to be valid UTF8 before you restore it. I'm
assuming you're restoring from a pretty old version of Postgres which did
not do strict UTF8 character validation. Are you sure the data is encoded
as UTF8 and not some other?

In response to

  • utf8 issues at 2015-02-25 15:11:06 from Felix Ivan Romero Rodríguez

Browse pgsql-general by date

  From Date Subject
Next Message Adrian Klaver 2015-02-25 15:26:59 Re: utf8 issues
Previous Message Felix Ivan Romero Rodríguez 2015-02-25 15:11:06 utf8 issues