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

how to replace 0xe28093 char with another one?

From
"Sergey Levchenko"
Date:
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?


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

From
"Aaron Bono"
Date:
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@gmail.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?