Re: how to replace 0xe28093 char with another one?

From: "Aaron Bono" <postgresql(at)aranya(dot)com>
To: "Sergey Levchenko" <sector119(at)gmail(dot)com>
Cc: pgsql-sql(at)postgresql(dot)org
Subject: Re: how to replace 0xe28093 char with another one?
Date: 2006-06-14 13:54:08
Message-ID: bf05e51c0606140654m1ad9d223l3868a3fbca98dde3@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

That character is the EN Dash. Are you by chance copying and pasting
from MS Word or some other program that does smart replace while you
type? I don't see this character in your select. Is there something
else that is running that may be causing this problem?

-Aaron

On 6/14/06, Sergey Levchenko <sector119(at)gmail(dot)com> wrote:
> hi.
>
> When I execute "SELECT specification FROM armature WHERE id = 96;"
> query I get WARNING: ignoring unconvertible UTF-8 character 0xe28093.
> How can I replace this (0xe28093) char with another one?

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message Tom Lane 2006-06-14 14:35:28 Re: Prepared statements in PGSQL functions
Previous Message A. Kretschmer 2006-06-14 13:30:43 Re: Prepared statements in PGSQL functions