Re: How to find freak UTF-8 character?

From: Leif Biberg Kristensen <leif(at)solumslekt(dot)org>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: How to find freak UTF-8 character?
Date: 2011-10-02 14:55:07
Message-ID: 201110021655.07734.leif@solumslekt.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Sunday 2. October 2011 16.34.27 Cédric Villemain wrote:
> you may have miss this one :
> http://tapoueh.org/blog/2010/02/23-getting-out-of-sql_ascii-part-2.html

That's an, uh, interesting article, but as far as I can see, it doesn't tell
anything about how to find a perfectly legal three-byte UTF-8 character that
doesn't have a counterpart in LATIN1, given that all I know about it is its
hexadecimal value.

I know how to do it now, and I consider the problem solved. Hopefully, this
thread may help others who stumbles upon the same issue.

regards, Leif

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Reuven M. Lerner 2011-10-02 15:45:48 Re: Searching for "bare" letters
Previous Message Joe Abbate 2011-10-02 14:41:28 Re: PL/Python