Early normalization never became a standard? Boy, I've been away from this stuff for too long… Does this mean that all the other Web standards that were going to adhere to early normalization do something similar to what you're proposing? Or do they also "just assume," even though it never became official?
Personally, I'm not a fan of having to worry about this, but maybe we have no choice. --Rich Gillam Lab126 On May 29, 2012, at 5:34 PM, Norbert Lindenberg wrote: > The ECMAScript Language Specification 5.1 makes assumptions about source text > being in Unicode normalization form C (NFC), but doesn't say anything that > would actually make it so. Implementations, as far as I can tell, have also > chosen to just "assume". This is partially based on the Character Model for > the World Wide Web: Normalization, which recommends early normalization to > NFC, but never became a standard. > > I'm proposing to correct this by > - removing the invalid assumptions from the specification, > - add a normalization function so that applications can normalize text where > needed. > > http://wiki.ecmascript.org/doku.php?id=strawman:unicode_normalization > > Comments? > > Regards, > Norbert > > _______________________________________________ > es-discuss mailing list > [email protected] > https://mail.mozilla.org/listinfo/es-discuss _______________________________________________ es-discuss mailing list [email protected] https://mail.mozilla.org/listinfo/es-discuss

