|
|
Subject: pgsql: Allow for X as well as x to be the prefix for hexadecimal
From: tgl@sss.pgh.pa.us (Tom Lane)
Date: 11/25/2007 3:52:26 PM
Oleg Bartunov <oleg@sai.msu.su> writes:
> On Sun, 25 Nov 2007, Andrew Dunstan wrote:
>> Allow for X as well as x to be the prefix for hexadecimal character ref entity numbers,
>> as in HTML.
> So, '&x128;' is an entity ? Is't really true ?
Well, unless you want to put in some knowledge about which identifiers
are known entities, I don't see how to reject that. It's not a numeric
entity, sure, but it looks just like a named entity.
regards, tom lane
---------------------------(end of broadcast)---------------------------
TIP 3: Have you checked our extensive FAQ?
http://www.postgresql.org/docs/faq
|