Re: ERROR: character 0x90 of encoding "WIN1252" has no equivalent in "UTF8"

From: Osvaldo Kussama <osvaldo(dot)kussama(at)gmail(dot)com>
To: "Wang, Mary Y" <mary(dot)y(dot)wang(at)boeing(dot)com>
Cc: "pgsql-general(at)postgresql(dot)org" <pgsql-general(at)postgresql(dot)org>
Subject: Re: ERROR: character 0x90 of encoding "WIN1252" has no equivalent in "UTF8"
Date: 2010-06-05 18:02:18
Message-ID: AANLkTiluLGDAcRD1_L5FtNkgerVg01NMu3h7lVRV65dI@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

2010/6/4 Wang, Mary Y <mary(dot)y(dot)wang(at)boeing(dot)com>:
> Hi,
>
> I'm getting this error from postgres " ERROR:  character 0x90 of encoding "WIN1252" has no equivalent in "UTF8"  " and from a dump file when I tried to use psql command to restore the dump.
>
> I have SET client_encoding = 'win1252' in the dump file.
>
> Any ideas?
>

0x90 isn't a valid WIN-1252 character.
http://msdn.microsoft.com/en-us/goglobal/cc305145.aspx

Osvaldo

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Dimitri Fontaine 2010-06-05 19:40:21 Re: pgbouncer
Previous Message Ken Winter 2010-06-05 17:38:32 Re: Null comparisons and the transform_null_equals run-time parameter