Re: [CSS21][css3-namespace][css3-page][css3-selectors][css3-content] Unicode Normalization

On Feb 6, 2009, at 12:34, David Clarke wrote:

> In an ideal world, fixing all the IME systems to produce normalised  
> results would be great, but highly impractical.

It's also highly impractical to change comparisons for symbols (that  
have a textual interpretation) all over. They are in a lot of places  
beyond browsers. Where would you draw the line? If you got Selectors  
to normalize, you you ask JavaScript to change next? If you got  
JavaScript to normalize function names for dispatch, would you ask  
Java to change? Would a dynamic library linker on an embedded system  
with no text-related UI have to perform normalization upon loading  
symbols?

> Decisions would also need to be made regarding which normalized from  
> is the "correct one", and those decisions would need to be complied  
> with.

NFC, of course. :-)
http://diveintomark.org/archives/2004/07/06/nfc

-- 
Henri Sivonen
hsivonen@iki.fi
http://hsivonen.iki.fi/

Received on Friday, 6 February 2009 11:07:23 UTC