Re: Changes to DOM3 Events Key Identifiers

On Oct 30, 2009, at 1:05 AM, Alex Danilo wrote:

>
> The "\uxxxx" syntax is just reminiscent of a programming language
> but has little to do with strings returned from DOM APIs. I suppose
> you could argue that it's useful in some situations, but my concern
> is more about the existence of 2 things that mean the same
> thing.

"\uxxxx" is not a syntax, it is a Unicode string of the actual  
character. \u introduces the escape sequence for a unicode code point.  
So you can compare it directly to a character.

Regards,
Maciej

Received on Friday, 30 October 2009 09:33:00 UTC