- From: Henri Sivonen <hsivonen@iki.fi>
- Date: Sun, 12 Mar 2006 16:46:13 +0200
On Mar 12, 2006, at 00:49, Henri Sivonen wrote: >> Encoding errors are easy parse errors. (Emit U+FFFD on bogus data.) > > Except for the ISO-8859-* family the easy error recovery should be > emitting the characters according to the corresponding Windows-* > family superset. But those aren't strictly encoding errors. One more try: For ISO-8859-* family encodings that have a corresponding Windows-* family superset (e.g. Windows-1252 for ISO-8859-1) the UA must use the Windows-* family superset decoder instead of the ISO-8859-* family decoder. However, any bytes in the 0x80?0x9F (inclusive) are easy parse errors. -- Henri Sivonen hsivonen at iki.fi http://hsivonen.iki.fi/
Received on Sunday, 12 March 2006 06:46:13 UTC