Re: How to find freak UTF-8 character?

From: Andrew Sullivan <ajs(at)crankycanuck(dot)ca>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: How to find freak UTF-8 character?
Date: 2011-10-03 14:44:47
Message-ID: 20111003144446.GB53886@shinkuro.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Sat, Oct 01, 2011 at 11:16:06PM +0200, Leif Biberg Kristensen wrote:
> But thank you for the idea, I think that I will strip out at least any &lrm;
> entities from text entered into the database.

If you're getting &lrm, you might want to check for ZWJ and ZWNJ code
points too. They're nasty because by definition they don't display
("ZW" stands for "Zero Width". If you ever actually have to spend
time understanding how things got this way in Unicode, you will have
my sympathy).

> By the way, is there a setting in psql that will output unprintable characters
> as question marks or something?

Not to my knowledge, although I'd expect the terminal driver to have
control over this, no?

A

--
Andrew Sullivan
ajs(at)crankycanuck(dot)ca

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Francisco Figueiredo Jr. 2011-10-03 15:19:18 Re: Why PGSQL has no developments in the .NET area?
Previous Message senthilnathan 2011-10-03 14:39:17 How to avoid TimeLine increase / Change on recovery?