K 10 svn:author V 7 trhodes K 8 svn:date V 27 2006-03-30T09:04:12.000000Z K 7 svn:log V 216 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