K 10 svn:author V 7 trhodes K 8 svn:date V 27 2006-05-17T13:26:01.000000Z K 7 svn:log V 233 MFC 1.14: Fix a bug where, for 6-byte sequences, the top 6 bits get compared to 111111 rather than the top 7 bits being compared against 1111110 causing illegal bytes fe and ff being treated the same as legal bytes fc and fd. END